From 7c719c7506850d8285f7f3b0466816293c056597 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 7 Feb 2015 20:57:07 +0100 Subject: Removing trailing slashes is no longer necessary --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index a27f054..16f3274 100644 --- a/index.php +++ b/index.php @@ -36,7 +36,7 @@ $_request = str_replace(constants::url_internal, '', $_request); // This is the REQUEST_URI switch // The default shows a 404 page $pages = array( - '' => './include/home.php', + '/' => './include/home.php', '/clients' => './include/clients.php', '/clients/new' => './include/clients-new.php', '/clients/edit' => './include/clients-edit.php', -- cgit v1.2.3