mirror of
https://github.com/itflow-org/itflow
synced 2026-03-21 04:55:39 +00:00
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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,30 +1,24 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
if (file_exists("../config.php")) {
|
require_once "includes/inc_all.php";
|
||||||
require_once "includes/inc_all.php";
|
|
||||||
?>
|
|
||||||
<!-- Breadcrumbs-->
|
|
||||||
<ol class="breadcrumb">
|
|
||||||
<li class="breadcrumb-item">
|
|
||||||
<a href="index.php">Dashboard</a>
|
|
||||||
</li>
|
|
||||||
<li class="breadcrumb-item active">Blank Page</li>
|
|
||||||
</ol>
|
|
||||||
|
|
||||||
<!-- Page Content -->
|
?>
|
||||||
<h1>Blank Page</h1>
|
|
||||||
<hr>
|
<!-- Breadcrumbs-->
|
||||||
<?php
|
<ol class="breadcrumb">
|
||||||
|
<li class="breadcrumb-item">
|
||||||
|
<a href="index.php">Dashboard</a>
|
||||||
|
</li>
|
||||||
|
<li class="breadcrumb-item active">Blank Page</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
if (isset($config_start_page)) { ?>
|
<!-- Page Content -->
|
||||||
<meta http-equiv="refresh" content="0;url=<?php echo $config_start_page; ?>">
|
<h1>Blank Page</h1>
|
||||||
<?php }
|
<hr>
|
||||||
|
<?php
|
||||||
|
|
||||||
require_once "../../includes/footer.php";
|
if (isset($config_start_page)) { ?>
|
||||||
|
<meta http-equiv="refresh" content="0;url=<?php echo $config_start_page; ?>">
|
||||||
|
<?php }
|
||||||
|
|
||||||
|
require_once "../includes/footer.php";
|
||||||
} else {
|
|
||||||
header("Location: ../setup/index.php");
|
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
Reference in New Issue
Block a user