mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Revert "Relax session storage check to the `files' save handler"
This reverts commit f7d11ce11f82b8e2716ed065ecdb0f4109ddd25a. Sorry mate but a guy on GitHub was faster ;) refs #8053
This commit is contained in:
parent
41c101d99f
commit
7f5ba135ee
@ -78,7 +78,7 @@ class PhpSession extends Session
|
||||
}
|
||||
}
|
||||
|
||||
if (ini_get('session.save_handler') === 'files' && !is_writable(session_save_path())) {
|
||||
if (!is_writable(session_save_path())) {
|
||||
throw new ConfigurationError('Can\'t save session');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user