diff options
author | Luke Bratch <luke@bratch.co.uk> | 2017-10-01 12:22:50 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2017-10-01 12:22:50 +0100 |
commit | cc498e536b63d3609128b963d03fda5fb77e1a8e (patch) | |
tree | 3ca0e52265f65912119efb409f4ed1ca37cbd755 /dns.php | |
parent | 156bdf66d4f433d8289f03e1a0ba3e6d0cd04e06 (diff) |
Add link to return to login to success page
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"> |