diff --git a/public/userarea/include/headscript.php b/public/userarea/include/headscript.php index ab35e058..18578544 100644 --- a/public/userarea/include/headscript.php +++ b/public/userarea/include/headscript.php @@ -5,7 +5,7 @@ $db = DBHandlerSelect::getInstance()->getConnection(); ini_set('display_errors', 1); ini_set('display_startup_errors', 1); -error_reporting(E_ALL | E_STRICT); +error_reporting(E_ALL); // This should be equal to: PATH_TO_VANGUARD_FOLDER/extra/auth.php include('../../extra/auth.php'); //require_once __DIR__ . '/extra/auth.php';