interface/web/dns/form/dns_hinfo.tform.php
@@ -88,7 +88,7 @@ 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', 'errmsg'=> 'name_error_empty'), 1 => array ( 'type' => 'REGEX', 'regex' => '/^[\w\.\-]{1,64}$/', 'regex' => '/^[a-zA-Z0-9\.\-]{1,64}$/', 'errmsg'=> 'name_error_regex'), ), 'default' => '', @@ -128,6 +128,10 @@ 'ttl' => array ( 'datatype' => 'INTEGER', 'formtype' => 'TEXT', 'validators' => array ( 0 => array ( 'type' => 'RANGE', 'range' => '60:', 'errmsg'=> 'ttl_range_error'), ), 'default' => '86400', 'value' => '', 'width' => '10',