diff options
author | MaZderMind | 2015-03-03 11:20:45 +0100 |
---|---|---|
committer | MaZderMind | 2015-03-03 11:20:45 +0100 |
commit | 9f9fe26bdde914ea5d090755b30c39fc1d6a468a (patch) | |
tree | 80fa4e61a458d186b96718dc010b6896d87e91a9 /index.php | |
parent | 7d0d4db2e41b1850cb1005c0a0bfde8967d4c3b2 (diff) |
Fix Canonical-URL when deployed in a Folder
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ $route = @$_GET['route']; $route = rtrim($route, '/'); +$GLOBALS['ROUTE'] = $route; require_once('config.php'); require_once('lib/helper.php'); |