interface/web/dns/form/dns_srv.tform.php
@@ -78,7 +78,7 @@ 'datatype' => 'VARCHAR', 'formtype' => 'TEXT', 'validators' => array ( 0 => array ( 'type' => 'REGEX', 'regex' => '/^[\w\.\-]{0,64}$/', 'regex' => '/^[\w\.\-]{0,255}$/', 'errmsg'=> 'name_error_regex'), ), 'default' => '', @@ -108,7 +108,6 @@ 'width' => '30', 'maxlength' => '255' ), /* 'aux' => array ( 'datatype' => 'INTEGER', 'formtype' => 'TEXT', @@ -117,7 +116,6 @@ 'width' => '10', 'maxlength' => '10' ), */ 'ttl' => array ( 'datatype' => 'INTEGER', 'formtype' => 'TEXT',