aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorCamil Staps2015-02-07 20:57:07 +0100
committerCamil Staps2015-02-07 20:57:07 +0100
commit7c719c7506850d8285f7f3b0466816293c056597 (patch)
tree8579049c66e1d5459a061fe2947938de12a9bfab /index.php
parentconverted indent to spaces; improved readability; removed obsolete todos (diff)
Removing trailing slashes is no longer necessary
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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',