summaryrefslogtreecommitdiff
path: root/dns.php
diff options
context:
space:
mode:
Diffstat (limited to 'dns.php')
-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">