mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
"only check session.save_path if session.save_handler == files"
This commit is contained in:
parent
1258b12e91
commit
fa67b52bd3
@ -157,9 +157,8 @@
|
||||
'only_if_exists' => @$GLOBALS['egw_info']['setup']['stage']['header'] != 10
|
||||
),
|
||||
);
|
||||
if (extension_loaded('session'))
|
||||
if (extension_loaded('session') && ini_get('session.save_handler') == 'files')
|
||||
{
|
||||
//ini_set('session.save_path','/hugo');
|
||||
$checks[session_save_path()] = array(
|
||||
'func' => 'permission_check',
|
||||
'is_writable' => true,
|
||||
|
Loading…
Reference in New Issue
Block a user