From 40dd23e65879afc0768793909a6aa3fb447e5c08 Mon Sep 17 00:00:00 2001 From: solocla Date: Thu, 2 Jul 2026 15:53:38 +0200 Subject: [PATCH] fixed headscript --- public/userarea/include/headscript.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';