This commit is contained in:
2025-11-21 02:01:24 +01:00
parent 4064c7b72a
commit 7297c9ef07
4 changed files with 3 additions and 6 deletions

View File

@@ -2,6 +2,6 @@
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
//require __DIR__ . "/config.php";
//require __DIR__ . "/db.php";
//require __DIR__ . '/../src/functions.php';
require __DIR__ . "/config.php";
require __DIR__ . "/db.php";
require __DIR__ . '/../src/functions.php';

View File

View File

@@ -1 +0,0 @@
demo

View File

@@ -1,7 +1,5 @@
<?php
<?php
$GLOBALS['page_header_scripts'] = $GLOBALS['page_header_scripts'] ?? [];
$GLOBALS['page_footer_scripts'] = $GLOBALS['page_footer_scripts'] ?? [];
$GLOBALS['page_styles'] = $GLOBALS['page_styles'] ?? [];