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