Skip to content
Snippets Groups Projects
Commit 1af70cf1 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed: FS#3342 - Domain Modul: Neue generische Top Level Domains können nicht angelegt werden

parent baa7f273
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,7 @@ $form["tabs"]['domain'] = array ( ...@@ -100,7 +100,7 @@ $form["tabs"]['domain'] = array (
1 => array ( 'type' => 'UNIQUE', 1 => array ( 'type' => 'UNIQUE',
'errmsg'=> 'domain_error_unique'), 'errmsg'=> 'domain_error_unique'),
2 => array ( 'type' => 'REGEX', 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'), 'errmsg'=> 'domain_error_regex'),
), ),
'default' => '', 'default' => '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment