Add index URL to access homepage

This commit is contained in:
Benjamin Renard 2020-05-07 11:35:23 +02:00
parent 1dabe6d6aa
commit b0d56ef387

View file

@ -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