Preappend admin_ to the settings files for consistency

This commit is contained in:
johnnyq
2024-09-20 15:14:28 -04:00
parent 9c92831f70
commit 3c4275e2c6
20 changed files with 17 additions and 17 deletions

View File

@@ -0,0 +1,13 @@
<?php
require_once "inc_all_admin.php";
require_once "database_version.php";
require_once "config.php";
echo "Content Here";
require_once "footer.php";