diff options
Diffstat (limited to 'dns.php')
-rw-r--r-- | dns.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"> |