diff options
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index eb15f13d8..a28152929 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -202,7 +202,7 @@ function request_uri() { $uri = $_SERVER["REQUEST_URI"]; } else { - $uri = $_SERVER["PHP_SELF"] ."?". $_SERVER["QUERY_STRING"]; + $uri = $_SERVER["PHP_SELF"] ."?". $_SERVER["argv"][0]; } return check_url($uri); |