Update settings File naming consistancy to match the rest of ITFlow naming

This commit is contained in:
johnnyq
2022-09-21 12:30:04 -04:00
parent 83a82d2995
commit e5a4451bb9
28 changed files with 59 additions and 79 deletions

View File

@@ -1,4 +1,4 @@
<?php include("inc_all_admin.php");
<?php include("inc_all_settings.php");
if(isset($_GET['category'])){
$category = mysqli_real_escape_string($mysqli,$_GET['category']);