diff options
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', |