Remove unused top nav ticket modal
This commit is contained in:
@@ -115,8 +115,4 @@
|
|||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<?php if ($config_module_enable_ticketing == 1) {
|
|
||||||
include_once __DIR__ . "/../modals/top_nav_tickets_modal.php";
|
|
||||||
} ?>
|
|
||||||
<!-- /.navbar -->
|
<!-- /.navbar -->
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ if (file_exists("config.php")) {
|
|||||||
header("Location: /user");
|
header("Location: /user");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
header("Location: /setup");
|
header("Location: setup");
|
||||||
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+3
-9
@@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
if (file_exists("../config.php")) {
|
|
||||||
require_once "includes/inc_all.php";
|
require_once "includes/inc_all.php";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!-- Breadcrumbs-->
|
<!-- Breadcrumbs-->
|
||||||
<ol class="breadcrumb">
|
<ol class="breadcrumb">
|
||||||
<li class="breadcrumb-item">
|
<li class="breadcrumb-item">
|
||||||
@@ -20,11 +21,4 @@ if (file_exists("../config.php")) {
|
|||||||
<meta http-equiv="refresh" content="0;url=<?php echo $config_start_page; ?>">
|
<meta http-equiv="refresh" content="0;url=<?php echo $config_start_page; ?>">
|
||||||
<?php }
|
<?php }
|
||||||
|
|
||||||
require_once "../../includes/footer.php";
|
require_once "../includes/footer.php";
|
||||||
|
|
||||||
|
|
||||||
} else {
|
|
||||||
header("Location: ../setup/index.php");
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
Reference in New Issue
Block a user