mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Adjust setting related pages to require inc_all_settings rather than include
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php include("inc_all_settings.php"); ?>
|
||||
<?php require_once("inc_all_settings.php"); ?>
|
||||
|
||||
<div class="card card-dark">
|
||||
<div class="card-header py-3">
|
||||
@@ -36,4 +36,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include("footer.php");
|
||||
<?php include("footer.php");
|
||||
|
||||
Reference in New Issue
Block a user