changing secure.php to start.php everywhere

This commit is contained in:
thies
2021-01-10 19:16:05 +01:00
parent 8813cb8c54
commit 88bcd5a38b
6 changed files with 7 additions and 7 deletions

View File

@@ -19,5 +19,5 @@ echo '<a href="adminarea_sessions.php"><button class="btn btn-primary">Session A
echo '<br /> <br />';
echo '<a href="adminarea_admins.php"><button class="btn btn-danger">Admin Admin</button></a>';
echo '<br /> <br />';
echo '<a href="secure.php"><button class="btn btn-info">Back</button></a>';
echo '<a href="start.php"><button class="btn btn-info">Back</button></a>';
?>