aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/bind/bind_zones.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bind/bind_zones.xml b/config/bind/bind_zones.xml
index 6b1323a5..bef8781b 100644
--- a/config/bind/bind_zones.xml
+++ b/config/bind/bind_zones.xml
@@ -371,7 +371,7 @@
bind_zone_before_form_dest(&$pkg,"bindzone","name","serial");
</custom_php_command_before_form>
<custom_php_validation_command>
- $_POST['serial']=date("9U");
+ $_POST['serial']=(date("U")+ 1000000000);
</custom_php_validation_command>
<custom_delete_php_command>
bind_sync();