config
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
demo
|
||||
@@ -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'] ?? [];
|
||||
|
||||
Reference in New Issue
Block a user