Better logic handling for the default page redirects

This commit is contained in:
wrongecho
2025-09-08 15:40:59 +01:00
parent c016b67c3a
commit 8c0d542d7d
4 changed files with 8 additions and 13 deletions

View File

@@ -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";