UA in trace

This commit is contained in:
Shish 2020-02-05 17:23:31 +00:00
parent adcd1b6b5e
commit 353f536698

View file

@ -122,6 +122,7 @@ $_tracer->begin(
[ [
"user"=>$_COOKIE["shm_user"] ?? "No User", "user"=>$_COOKIE["shm_user"] ?? "No User",
"ip"=>$_SERVER['REMOTE_ADDR'] ?? "No IP", "ip"=>$_SERVER['REMOTE_ADDR'] ?? "No IP",
"user_agent"=>$_SERVER['HTTP_USER_AGENT'] ?? "No UA",
] ]
); );