Florian Schaal
2015-05-07 bb690d44eb8cbfce446b5bf023cdc7bd47a53fdb
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' => '',