summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/index.php b/app/index.php
index ca2ce45..5f2d9f4 100644
--- a/app/index.php
+++ b/app/index.php
@@ -11,6 +11,6 @@ function main($argv)
echo "Scrott!<br />";
}
-main(explode("/", $_SERVER['PATH_INFO'])); // Start rendering web page for the requested path.
+main(explode("/", $_REQUEST['path'])); // Start rendering web page for the requested path.
?>