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
ISPConfig
ISPConfig 3
Commits
930894e3
Commit
930894e3
authored
Apr 02, 2009
by
Falko Timme
Browse files
- Implemented wildcard CNAME records.
parent
56b0b895
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/dns/form/dns_cname.tform.php
View file @
930894e3
...
...
@@ -78,7 +78,7 @@ $form["tabs"]['dns'] = array (
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^[\w\.\-]{0,64}$/'
,
'regex'
=>
'/^[\w\.\-
\*
]{0,64}$/'
,
'errmsg'
=>
'name_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