From 9f9fe26bdde914ea5d090755b30c39fc1d6a468a Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 3 Mar 2015 11:20:45 +0100 Subject: Fix Canonical-URL when deployed in a Folder --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') 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'); -- cgit v1.2.3