Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
5488c061
Commit
5488c061
authored
Mar 10, 2014
by
Till Brehm
Browse files
Allow domains with long tld's like .photography for secondary dns zones.
parent
c9974f2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/dns/form/dns_slave.tform.php
View file @
5488c061
...
...
@@ -96,7 +96,7 @@ $form["tabs"]['dns_slave'] = array (
'errmsg'=> 'origin_error_unique'),
*/
1
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^[a-zA-Z0-9\.\-\/]{2,255}\.[a-zA-Z0-9\-]{2,
1
0}[\.]{0,1}$/'
,
'regex'
=>
'/^[a-zA-Z0-9\.\-\/]{2,255}\.[a-zA-Z0-9\-]{2,
3
0}[\.]{0,1}$/'
,
'errmsg'
=>
'origin_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