Till Brehm
2014-02-15 91bb612618f7f5c32c6c58ac4833f575e15a16db
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' => '/^[\w\.\-]{1,255}$/',
               'regex' => '/^[a-zA-Z0-9\.\-]{1,255}$/',
               'errmsg'=> 'name_error_regex'),
         ),
         'default' => '',
@@ -117,7 +117,7 @@
         'validators' => array (  0 => array ( 'type' => 'NOTEMPTY',
               'errmsg'=> 'data_error_empty'),
            1 => array ( 'type' => 'REGEX',
               'regex' => '/^[\w\.\-]{1,255}$/',
               'regex' => '/^[a-zA-Z0-9\.\-]{1,255}$/',
               'errmsg'=> 'data_error_regex'),
         ),
         'default' => '',