diff options
author | Camil Staps | 2015-02-07 20:57:07 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-07 20:57:07 +0100 |
commit | 7c719c7506850d8285f7f3b0466816293c056597 (patch) | |
tree | 8579049c66e1d5459a061fe2947938de12a9bfab /index.php | |
parent | converted 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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |