diff options
author | Luke Bratch <luke@bratch.co.uk> | 2017-04-13 00:41:19 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2017-04-13 00:41:19 +0100 |
commit | 6dcefcf6cca0f44bb8c06f7cc24d60402c3a4fdd (patch) | |
tree | 521ecf79ea000b83a5e9a479ea26b787bb6a8757 | |
parent | 8d19614249ef1969afe52c8b15c8df929bff6c6c (diff) |
Add some instructions to the zonefile editing form
-rw-r--r-- | dns.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ if (isset($_POST['domain']) && isset($_POST['password']) && !isset($_POST['zonet if ($zonefile = getzone($_POST['domain'], $password)) { ?> + <p>Your zonefile is below. Ensure the first line always ends with a SHA-256 hash of your chosen password.</p> <form action="dns.php" method="post"> <textarea rows="24" cols="80" name="zonetext" autofocus><?php echo $zonefile; ?></textarea><br> <?php |