Florian Schaal
2015-01-16 55c012f85a6768b2e6a918de3a4f8bba6fd8cc6e
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' => '',