aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/bind/bind.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bind/bind.inc b/config/bind/bind.inc
index 1f7f9d8b..0eddda73 100644
--- a/config/bind/bind.inc
+++ b/config/bind/bind.inc
@@ -271,7 +271,7 @@ EOD;
$zoneallowtransfer = "none";
else
$zoneallowtransfer = str_replace(',','; ',$zone['allowtransfer']);
- $zone_conf .= "\$TTL $zonetll\n;\n";
+ $zone_conf = "\$TTL $zonetll\n;\n";
$zone_conf .= ";\tDatabase file {$zonename}.DB for {$zonename} zone.\n";
$zone_conf .= ";\tZone version {$zoneserial}\n;\n";
if($zonereverso == "on")