diff --git a/interface/web/dns/form/dns_soa.tform.php b/interface/web/dns/form/dns_soa.tform.php index fb5b04a0c42c343cf531f2f4aa0282a86fe5f032..1abf9ce648497ed5007898b043a69b95f686c5ba 100644 --- a/interface/web/dns/form/dns_soa.tform.php +++ b/interface/web/dns/form/dns_soa.tform.php @@ -175,10 +175,10 @@ $form["tabs"]['dns_soa'] = array ( 'also_notify' => array ( 'datatype' => 'VARCHAR', 'formtype' => 'TEXT', - 'validators' => array ( 0 => array ( 'type' => 'ISIPV4', - 'errmsg'=> 'also_notify_error_regex' - ), - ), +// 'validators' => array ( 0 => array ( 'type' => 'ISIPV4', +// 'errmsg'=> 'also_notify_error_regex' +// ), +// ), 'default' => '', 'value' => '', 'width' => '30',