Moved accounts to settings page as its not accessed much and is a much better place for it, moved some settings menus around

This commit is contained in:
johnnyq
2022-11-09 18:19:48 -05:00
parent 7c8959c17a
commit e29fa92544
3 changed files with 29 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
<?php include("inc_all.php");
<?php include("inc_all_settings.php");
if(!empty($_GET['sb'])){
$sb = mysqli_real_escape_string($mysqli,$_GET['sb']);