Update logger.php
This commit is contained in:
parent
67a40284c9
commit
44793cc5cd
|
@ -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"
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user