From 8342a7b8a83d973f7ed72f8031d6df7129b524f4 Mon Sep 17 00:00:00 2001 From: slawkens1 Date: Sun, 8 Oct 2017 20:53:40 +0200 Subject: [PATCH] * fixed links like serverInfo (capitalized) --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index ae2516dc..53224ca8 100644 --- a/index.php +++ b/index.php @@ -49,6 +49,7 @@ else $uri = str_replace('index.php/', '', $uri); $uri = str_replace('?', '', $uri); +$uri = strtolower($uri); if(empty($uri)) { $_REQUEST['p'] = 'news';