server/plugins-available/bind_plugin.inc.php | ●●●●● patch | view | raw | blame | history |
server/plugins-available/bind_plugin.inc.php
@@ -90,6 +90,7 @@ $dns_config = $app->getconf->get_server_config($conf["server_id"], 'dns'); //* Write the domain file if(!empty($zone['id'])) { $tpl = new tpl(); $tpl->newTemplate("bind_pri.domain.master"); @@ -106,6 +107,7 @@ unset($tpl); unset($records); unset($zone); } //* rebuild the named.conf file if the origin has changed or when the origin is inserted. //if($this->action == 'insert' || $data['old']['origin'] != $data['new']['origin']) {