Falko Timme
2014-02-28 7c19f2dbb4608ef6b3f219d45490b25aa05e848c
interface/web/dns/form/dns_rp.tform.php
@@ -86,7 +86,7 @@
               'type' => 'TOLOWER')
         ),
         'validators' => array (  0 => array ( 'type' => 'REGEX',
               'regex' => '/^[\w\.\-]{0,255}$/',
               'regex' => '/^[a-zA-Z0-9\.\-]{0,255}$/',
               'errmsg'=> 'name_error_regex'),
         ),
         'default' => '',
@@ -129,6 +129,10 @@
      'ttl' => array (
         'datatype' => 'INTEGER',
         'formtype' => 'TEXT',
         'validators' => array (  0 => array ( 'type' => 'RANGE',
               'range' => '60:',
               'errmsg'=> 'ttl_range_error'),
         ),
         'default' => '86400',
         'value'  => '',
         'width'  => '10',