aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2015-03-03 11:20:45 +0100
committerMaZderMind2015-03-03 11:20:45 +0100
commit9f9fe26bdde914ea5d090755b30c39fc1d6a468a (patch)
tree80fa4e61a458d186b96718dc010b6896d87e91a9 /index.php
parent7d0d4db2e41b1850cb1005c0a0bfde8967d4c3b2 (diff)
Fix Canonical-URL when deployed in a Folder
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');