Adjust setting related pages to require inc_all_settings rather than include

This commit is contained in:
Marcus Hill
2023-01-23 21:31:54 +00:00
parent 3a54789c4b
commit bd1ac7708c
20 changed files with 189 additions and 189 deletions

View File

@@ -1,4 +1,4 @@
<?php include("inc_all_settings.php"); ?>
<?php require_once("inc_all_settings.php"); ?>
<div class="alert alert-warning">
Work in Progress
@@ -48,4 +48,4 @@
</div>
</div>
<?php include("footer.php");
<?php include("footer.php");