Updated UI on setup, fixed logo upload with add copany, better wording during setup

This commit is contained in:
johnny@pittpc.com
2021-02-05 14:17:18 -05:00
parent 6d23b87f7c
commit 71d5ce1c10
4 changed files with 53 additions and 55 deletions

View File

@@ -1115,7 +1115,7 @@ if(isset($_POST['add_category'])){
$_SESSION['alert_message'] = "Category added";
header("Location: categories.php");
header("Location: " . $_SERVER["HTTP_REFERER"]);
}