diff --git a/lib/requirements.php b/lib/requirements.php index b77a138..836b422 100644 --- a/lib/requirements.php +++ b/lib/requirements.php @@ -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"); }