diff options
-rw-r--r-- | dns.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ if (isset($_POST['domain']) && isset($_POST['password']) && !isset($_POST['zonet $arrincrement = incrementserial($zonefile); if ($arrincrement[0] != $zonefile) { ?> - <input type="checkbox" name="increment" checked>Automatically increment <?php echo $arrincrement[1] . " to " . $arrincrement[2]; ?>?</input><br> + <input type="checkbox" name="increment" checked>Automatically increment serial number from <?php echo $arrincrement[1] . " to " . $arrincrement[2]; ?>?</input><br> <?php } ?> |