aboutsummaryrefslogtreecommitdiffstats
path: root/config/bind/bind_zones.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/bind/bind_zones.xml')
-rw-r--r--config/bind/bind_zones.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/bind/bind_zones.xml b/config/bind/bind_zones.xml
index 0656aec7..6b1323a5 100644
--- a/config/bind/bind_zones.xml
+++ b/config/bind/bind_zones.xml
@@ -368,10 +368,10 @@
bind_views_before_form_dest(&$pkg,"bindacls","name","allowquery");
bind_views_before_form_dest(&$pkg,"bindacls","name","allowupdate");
bind_views_before_form_dest(&$pkg,"bindviews","name","view");
- bind_zona_before_form_dest(&$pkg,"bindzone","name","serial");
+ bind_zone_before_form_dest(&$pkg,"bindzone","name","serial");
</custom_php_command_before_form>
<custom_php_validation_command>
- $_POST['serial']=$_POST['serial']+1;
+ $_POST['serial']=date("9U");
</custom_php_validation_command>
<custom_delete_php_command>
bind_sync();