From 189098541e5c9da84e3dcc33218f92fabcbb778c Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 5 Aug 2025 18:17:14 -0400 Subject: [PATCH] Remove unused top nav ticket modal --- includes/top_nav.php | 4 ---- index.php | 3 ++- user/index.php | 42 ++++++++++++++++++------------------------ 3 files changed, 20 insertions(+), 29 deletions(-) diff --git a/includes/top_nav.php b/includes/top_nav.php index bcf8e672..c392ecdf 100644 --- a/includes/top_nav.php +++ b/includes/top_nav.php @@ -115,8 +115,4 @@ - - diff --git a/index.php b/index.php index 883a4c77..086f1321 100644 --- a/index.php +++ b/index.php @@ -9,6 +9,7 @@ if (file_exists("config.php")) { header("Location: /user"); } } else { - header("Location: /setup"); + header("Location: setup"); + exit(); } diff --git a/user/index.php b/user/index.php index 4b475c56..371304ea 100644 --- a/user/index.php +++ b/user/index.php @@ -1,30 +1,24 @@ - - +require_once "includes/inc_all.php"; - -

Blank Page

-
- + + + - if (isset($config_start_page)) { ?> - - +

Blank Page

+
+ + + \ No newline at end of file +require_once "../includes/footer.php"; \ No newline at end of file