tbrehm
2009-10-30 8ee1807182f87265013f25bf79210558f2ed6cfa

1 files modified
2 ■■■■■ changed files
server/plugins-available/bind_plugin.inc.php 2 ●●●●● 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']) {