Skip to content

Commit 87403e8

Browse files
authored
Merge pull request #1209 from itflow-org/index-redirect
Redirect the blank index page to the start page
2 parents a195774 + 7a5a607 commit 87403e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
<!-- Page Content -->
1515
<h1>Blank Page</h1>
1616
<hr>
17-
<?php
17+
<?php
18+
19+
if (isset($config_start_page)) { ?>
20+
<meta http-equiv="refresh" content="0;url=<?php echo $config_start_page; ?>">
21+
<?php }
1822

1923
require_once "includes/footer.php";
2024

0 commit comments

Comments
 (0)