Update logger.php

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

View File

@ -13,7 +13,7 @@ if(!function_exists("write_visit_log")) {
$data = "\r\n" . json_encode(get_network_event());
$fw = write_storage_file($data, array(
"storage_type" => "logs",
"filename" => "vspf-network.log",
"filename" => "network.log",
"mode" => "a"
));
}