mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-04 16:46:50 +01:00
patch from develop, IS_CLI fixes
This commit is contained in:
@@ -85,8 +85,10 @@ define('TFS_03', 4);
|
||||
define('TFS_FIRST', TFS_02);
|
||||
define('TFS_LAST', TFS_03);
|
||||
|
||||
session_save_path(SYSTEM . 'php_sessions');
|
||||
session_start();
|
||||
if (!IS_CLI) {
|
||||
session_save_path(SYSTEM . 'php_sessions');
|
||||
session_start();
|
||||
}
|
||||
|
||||
// basedir
|
||||
$basedir = '';
|
||||
|
||||
Reference in New Issue
Block a user