Move accounts side nav back out of setting and back onto the main side nav under accounting

This commit is contained in:
johnnyq
2023-02-16 17:00:23 -05:00
parent 84b32ec807
commit 4708f6b117
3 changed files with 7 additions and 8 deletions

View File

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