Till Brehm
2016-03-29 b5f6a1a03de9343ffc718ce253f7730e4d8d6c19
interface/web/dns/form/dns_srv.tform.php
@@ -86,7 +86,7 @@
               'type' => 'TOLOWER')
         ),
         'validators' => array (  0 => array ( 'type' => 'REGEX',
               'regex' => '/^[a-zA-Z0-9\.\-]{0,255}$/',
               'regex' => '/^[a-zA-Z0-9\.\-_]{0,255}$/',
               'errmsg'=> 'name_error_regex'),
         ),
         'default' => '',
@@ -131,7 +131,7 @@
               'range' => '60:',
               'errmsg'=> 'ttl_range_error'),
         ),
         'default' => '86400',
         'default' => '3600',
         'value'  => '',
         'width'  => '10',
         'maxlength' => '10'