aboutsummaryrefslogtreecommitdiffstats
path: root/i.php
diff options
context:
space:
mode:
Diffstat (limited to 'i.php')
-rw-r--r--i.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/i.php b/i.php
index 2410e356c..ae85251bf 100644
--- a/i.php
+++ b/i.php
@@ -190,6 +190,7 @@ function parse_request()
{
$req = substr($req, 0, $pos);
}
+ $req = rawurldecode($req);
/*foreach (array_keys($_GET) as $keynum => $key)
{
$req = $key;