Update logger.php

This commit is contained in:
Namhyeon Go 2018-09-30 06:18:44 +09:00 committed by GitHub
parent 44793cc5cd
commit 6bc9104beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ if(!function_exists("write_visit_log")) {
return $fw; return $fw;
} }
}
if(!function_exists("write_common_log")) { if(!function_exists("write_common_log")) {
function write_common_log($msg) { function write_common_log($msg) {