diff --git a/src/includes/routes.php b/src/includes/routes.php index 46f0737f..812a7d93 100644 --- a/src/includes/routes.php +++ b/src/includes/routes.php @@ -44,7 +44,7 @@ function handle_index($request) { // Display template LSsession :: displayTemplate(); } -LSurl :: add_handler('#^(index\.php)?$#', 'handle_index', true); +LSurl :: add_handler('#^(index\.php|index)?$#', 'handle_index', true); /* * Handle ajax keepLSsession request