Split Admin Menu and Settings Menu

This commit is contained in:
johnnyq
2024-02-10 17:10:14 -05:00
parent 30d41c523e
commit 310e3f0a42
41 changed files with 206 additions and 172 deletions

5
inc_debug.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);