Update rfc3164.proto.php

This commit is contained in:
Namhyeon Go 2020-01-23 21:23:11 +09:00 committed by GitHub
parent 5eab10985e
commit 5a1b0f09b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
* @updated_on 2020-01-23
*/
if(check_function_exists("rfc3164_get_config")) {
if(!check_function_exists("rfc3164_get_config")) {
function rfc3164_get_config() {
$config = get_config();
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") {
$rfc3164_config = rfc3164_get_config();