Update networktool.php

This commit is contained in:
Namhyeon Go 2018-04-11 02:52:21 +09:00 committed by GitHub
parent db8a89c390
commit 19fd2739ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ if(!function_exists("get_network_event")) {
$config = get_config();
return array(
"time" => get_value_in_array("timeformat", $config, "Y-m-d H:i:s"),
"time" => get_current_datetime(),
"server" => get_network_client_addr(),
"hostname" => get_network_hostname(),
"client" => get_network_client_addr(),