Skip to content

Commit 1af70cf

Browse files
author
Till Brehm
committed
Fixed: FS#3342 - Domain Modul: Neue generische Top Level Domains können nicht angelegt werden
1 parent baa7f27 commit 1af70cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/client/form/domain.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
1 => array ( 'type' => 'UNIQUE',
101101
'errmsg'=> 'domain_error_unique'),
102102
2 => array ( 'type' => 'REGEX',
103-
'regex' => '/^[\w\.\-]{2,255}\.[a-zA-Z\-]{2,10}$/',
103+
'regex' => '/^[\w\.\-]{2,255}\.[a-zA-Z0-9\-]{2,30}$/',
104104
'errmsg'=> 'domain_error_regex'),
105105
),
106106
'default' => '',

0 commit comments

Comments
 (0)