Till Brehm
2014-02-17 1af70cf186aa9650e86462d9db1c0bf840b9e293
interface/web/client/form/domain.tform.php
@@ -100,7 +100,7 @@
            1 => array ( 'type' => 'UNIQUE',
               'errmsg'=> 'domain_error_unique'),
            2 => array ( 'type' => 'REGEX',
               'regex' => '/^[\w\.\-]{2,255}\.[a-zA-Z\-]{2,10}$/',
               'regex' => '/^[\w\.\-]{2,255}\.[a-zA-Z0-9\-]{2,30}$/',
               'errmsg'=> 'domain_error_regex'),
         ),
         'default' => '',