mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Better logic handling for the default page redirects
This commit is contained in:
@@ -15,10 +15,8 @@ require_once "includes/inc_all.php";
|
||||
<!-- Page Content -->
|
||||
<h1>Blank Page</h1>
|
||||
<hr>
|
||||
|
||||
<meta http-equiv="refresh" content="0;url=<?php echo $config_start_page; ?>">
|
||||
|
||||
<?php
|
||||
|
||||
if (isset($config_start_page)) { ?>
|
||||
<meta http-equiv="refresh" content="0;url=<?php echo $config_start_page; ?>">
|
||||
<?php }
|
||||
|
||||
require_once "../includes/footer.php";
|
||||
Reference in New Issue
Block a user