Redirect the blank index page to the start page

This commit is contained in:
wrongecho
2025-04-11 14:53:02 +01:00
parent 4a22b03952
commit 7a5a607ff6

View File

@@ -16,6 +16,10 @@ if (file_exists("config.php")) {
<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";