summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2017-10-01 12:22:50 +0100
committerLuke Bratch <luke@bratch.co.uk>2017-10-01 12:22:50 +0100
commitcc498e536b63d3609128b963d03fda5fb77e1a8e (patch)
tree3ca0e52265f65912119efb409f4ed1ca37cbd755
parent156bdf66d4f433d8289f03e1a0ba3e6d0cd04e06 (diff)
Add link to return to login to success page
-rw-r--r--dns.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns.php b/dns.php
index 85844b3..4c87055 100644
--- a/dns.php
+++ b/dns.php
@@ -250,7 +250,8 @@ test 300 IN AAAA ::1 ; sha256 = b493d48364afe44d11c0165cf470a4164
$zonetext = incrementserial($zonetext)[0];
}
writezone($_POST['domain'], $zonetext, $_POST['password']);
- echo "<p>all done :)</p>";
+ echo "<p>all done :)<br>";
+ echo '<a href="' . $_SERVER['REQUEST_URI'] . '">Return to login</a>';
} else {
?>
<form name="login" action="dns.php" method="post">