mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Redirect the blank index page to the start page
This commit is contained in:
@@ -14,7 +14,11 @@ if (file_exists("config.php")) {
|
|||||||
<!-- Page Content -->
|
<!-- Page Content -->
|
||||||
<h1>Blank Page</h1>
|
<h1>Blank Page</h1>
|
||||||
<hr>
|
<hr>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
if (isset($config_start_page)) { ?>
|
||||||
|
<meta http-equiv="refresh" content="0;url=<?php echo $config_start_page; ?>">
|
||||||
|
<?php }
|
||||||
|
|
||||||
require_once "includes/footer.php";
|
require_once "includes/footer.php";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user