diff options
author | Renato Botelho <renato@netgate.com> | 2015-09-21 08:45:06 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-09-21 08:45:06 -0300 |
commit | 3f1611014265e1cfa121be6a04d6f054eaff1fae (patch) | |
tree | 0eabd8a6a2ff1d076d867935fbb48fae771cfde2 /config | |
parent | 905461b2b85c62f74a47ea1ca0d31a7043e3f6fc (diff) | |
parent | d493cd5023ea99a1fb2e16cbf03bafc11dae2173 (diff) | |
download | pfsense-packages-3f1611014265e1cfa121be6a04d6f054eaff1fae.tar.gz pfsense-packages-3f1611014265e1cfa121be6a04d6f054eaff1fae.tar.bz2 pfsense-packages-3f1611014265e1cfa121be6a04d6f054eaff1fae.zip |
Merge pull request #1072 from doktornotor/patch-4
Diffstat (limited to 'config')
-rw-r--r-- | config/bind/bind_zones.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bind/bind_zones.xml b/config/bind/bind_zones.xml index 50f852c3..e923cbb4 100644 --- a/config/bind/bind_zones.xml +++ b/config/bind/bind_zones.xml @@ -496,7 +496,7 @@ <custom_php_validation_command> <![CDATA[ if ($_POST['type'] == "master" and $_POST['serial'] == "") { - $_POST['serial'] = date("U") + 1000000000); + $_POST['serial'] = (date("U") + 1000000000); } bind_zone_validate($_POST, $input_errors); ]]> |