Update networktool.php
This commit is contained in:
parent
e6af683e13
commit
997f0ec1f6
|
@ -18,8 +18,8 @@ if(!function_exists("get_network_event")) {
|
||||||
"agent" => getenv("HTTP_USER_AGENT"),
|
"agent" => getenv("HTTP_USER_AGENT"),
|
||||||
"referrer" => getenv("HTTP_REFERER"),
|
"referrer" => getenv("HTTP_REFERER"),
|
||||||
"query" => getenv("QUERY_STRING"),
|
"query" => getenv("QUERY_STRING"),
|
||||||
"self" => $_SERVER['PHP_SELF'],
|
"self" => get_value_in_array("PHP_SELF", $_SERVER, ""),
|
||||||
"method" => $_SERVER['REQUEST_METHOD'],
|
"method" => get_value_in_array("REQUEST_METHOD", $_SERVER, ""),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user