fixed headscript

This commit is contained in:
2026-07-02 15:53:38 +02:00
parent bd47f4f715
commit 40dd23e658
+1 -1
View File
@@ -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';