mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +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");
|
||||
|
||||
if (!empty($_GET['sb'])) {
|
||||
$sb = strip_tags(mysqli_real_escape_string($mysqli,$_GET['sb']));
|
||||
@@ -127,4 +127,4 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
|
||||
|
||||
<?php include("company_add_modal.php"); ?>
|
||||
|
||||
<?php include("footer.php");
|
||||
<?php include("footer.php");
|
||||
|
||||
Reference in New Issue
Block a user