mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Still need a session in demoMode
This commit is contained in:
@@ -19,7 +19,7 @@ if (false === ini_get('allow_url_fopen')) {
|
||||
}
|
||||
|
||||
// Check we have a working session
|
||||
if (false === $ICEcoder["demoMode"] && (false === isset($_SESSION) || "" === session_id())) {
|
||||
if (false === isset($_SESSION) || "" === session_id()) {
|
||||
array_push($reqsFailures, "phpSession");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user