Update index.html

This commit is contained in:
Patrick McGuire
2022-01-22 17:55:00 -05:00
committed by GitHub
parent 48b734c9c2
commit db93c7e377
+2 -2
View File
@@ -79,8 +79,8 @@ a {
<form >
<button type="submit" class="block"><a target="_content" href="/scripts/adminer.php">Database Maintenance</a></button>
</form>
<form >
<button type="submit" class="block"><a target="content" href="/scripts/config.php">Reconfigure System</a></button>
<form action="/scripts/config.php">
<button type="submit" class="block">Reconfigure System</button>
</form>
</form>
<form action="/scripts/reboot_system.php" onclick="return confirm('Are you sure you want to reboot?')">