Use Short echo tags across the code

This commit is contained in:
johnnyq
2026-07-28 18:47:52 -04:00
parent 0031438bce
commit b3f959ac55
355 changed files with 3113 additions and 3113 deletions

View File

@@ -16,7 +16,7 @@ require_once "includes/inc_all.php";
<h1>Blank Page</h1>
<hr>
<meta http-equiv="refresh" content="0;url=<?php echo $config_start_page; ?>">
<meta http-equiv="refresh" content="0;url=<?= $config_start_page ?>">
<?php
require_once "../includes/footer.php";