Update networktool.php

This commit is contained in:
Namhyeon Go 2018-04-11 01:31:36 +09:00 committed by GitHub
parent 60a8037797
commit bf96c7ce12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,8 @@ if(!function_exists("get_network_event")) {
return array(
"time" => date("Y-m-d H:i:s"),
"server" => get_network_client_addr(),
"hostname" => get_network_hostname,
"client" => get_network_client_addr,
"hostname" => get_network_hostname(),
"client" => get_network_client_addr(),
"agent" => getenv("HTTP_USER_AGENT"),
"referrer" => getenv("HTTP_REFERER"),
"query" => getenv("QUERY_STRING"),