mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-23 02:19:07 +01:00
Add index URL to access homepage
This commit is contained in:
parent
1dabe6d6aa
commit
b0d56ef387
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue