mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°8540 - Maintenance mode
This commit is contained in:
@@ -35,7 +35,10 @@ class Session
|
||||
}
|
||||
|
||||
if (!self::$bIsInitialized) {
|
||||
SessionHandler::session_set_save_handler();
|
||||
if (defined('MAINTENANCE_MODE_FILE')) {
|
||||
// Hack for setup, SessionHandler cannot work under setup
|
||||
SessionHandler::session_set_save_handler();
|
||||
}
|
||||
session_name('itop-'.md5(APPROOT));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user