Till Brehm
2014-02-17 baa7f2736bc91ca3feaed685e8a67a46db4fbb98
interface/web/dns/form/dns_ptr.tform.php
@@ -86,7 +86,7 @@
               'type' => 'TOLOWER')
         ),
         'validators' => array (  0 => array ( 'type' => 'REGEX',
               'regex' => '/^[\w\.\-]{1,256}$/',
               'regex' => '/^[a-zA-Z0-9\.\-]{1,256}$/',
               'errmsg'=> 'name_error_regex'),
         ),
         'default' => '',
@@ -115,7 +115,7 @@
         'validators' => array (  0 => array ( 'type' => 'NOTEMPTY',
               'errmsg'=> 'data_error_empty'),
            1 => array ( 'type' => 'REGEX',
               'regex' => '/^[\w\.\-]{1,256}$/',
               'regex' => '/^[a-zA-Z0-9\.\-]{1,256}$/',
               'errmsg'=> 'data_error_regex'),
         ),
         'default' => '',