Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
1af70cf1
Commit
1af70cf1
authored
Feb 17, 2014
by
Till Brehm
Browse files
Fixed: FS#3342 - Domain Modul: Neue generische Top Level Domains können nicht angelegt werden
parent
baa7f273
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/client/form/domain.tform.php
View file @
1af70cf1
...
...
@@ -100,7 +100,7 @@ $form["tabs"]['domain'] = array (
1
=>
array
(
'type'
=>
'UNIQUE'
,
'errmsg'
=>
'domain_error_unique'
),
2
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^[\w\.\-]{2,255}\.[a-zA-Z\-]{2,
1
0}$/'
,
'regex'
=>
'/^[\w\.\-]{2,255}\.[a-zA-Z
0-9
\-]{2,
3
0}$/'
,
'errmsg'
=>
'domain_error_regex'
),
),
'default'
=>
''
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment