aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 07bac59..e4b4417 100644
--- a/index.php
+++ b/index.php
@@ -2,6 +2,7 @@
$route = @$_GET['route'];
$route = rtrim($route, '/');
+$GLOBALS['ROUTE'] = $route;
require_once('config.php');
require_once('lib/helper.php');