Skip to content

Commit

Permalink
Update header.php
Browse files Browse the repository at this point in the history
紧急修复simple_url参数导致的bug
  • Loading branch information
laynefyc authored May 21, 2018
1 parent 81ff0da commit 3b24f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ function () {
'SERVER' => $_SERVER,
'get' => $_GET,
'env' => $_ENV,
'simple_url' => Xhgui_Util::simpleUrl($uri),
'request_ts' => $requestTs,
'request_ts_micro' => $requestTsMicro,
'request_date' => date('Y-m-d', $time),
Expand Down

0 comments on commit 3b24f1e

Please sign in to comment.