interface/web/dns/form/dns_alias.tform.php
@@ -88,7 +88,7 @@ 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', 'errmsg'=> 'name_error_empty'), 1 => array ( 'type' => 'REGEX', 'regex' => '/^[a-zA-Z0-9\.\-]{1,255}$/', 'regex' => '/^[a-zA-Z0-9\.\-\_]{1,255}$/', 'errmsg'=> 'name_error_regex'), ), 'default' => '', @@ -142,7 +142,7 @@ 'range' => '60:', 'errmsg'=> 'ttl_range_error'), ), 'default' => '86400', 'default' => '3600', 'value' => '', 'width' => '10', 'maxlength' => '10'