Update rfc3164.proto.php
This commit is contained in:
parent
5eab10985e
commit
5a1b0f09b8
|
@ -8,7 +8,7 @@
|
||||||
* @updated_on 2020-01-23
|
* @updated_on 2020-01-23
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if(check_function_exists("rfc3164_get_config")) {
|
if(!check_function_exists("rfc3164_get_config")) {
|
||||||
function rfc3164_get_config() {
|
function rfc3164_get_config() {
|
||||||
$config = get_config();
|
$config = get_config();
|
||||||
return array(
|
return array(
|
||||||
|
@ -18,7 +18,7 @@ if(check_function_exists("rfc3164_get_config")) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(check_function_exists("rfc3164_send_message")) {
|
if(!check_function_exists("rfc3164_send_message")) {
|
||||||
function rfc3164_send_message($message, $component = "web", $program = "next_big_thing") {
|
function rfc3164_send_message($message, $component = "web", $program = "next_big_thing") {
|
||||||
$rfc3164_config = rfc3164_get_config();
|
$rfc3164_config = rfc3164_get_config();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user