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
ISPConfig
ISPConfig 3
Commits
7d386c3d
Commit
7d386c3d
authored
Jan 19, 2009
by
tbrehm
Browse files
fixed dns rp record regex.
parent
b38ec6dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/dns/form/dns_rp.tform.php
View file @
7d386c3d
...
@@ -100,7 +100,7 @@ $form["tabs"]['dns'] = array (
...
@@ -100,7 +100,7 @@ $form["tabs"]['dns'] = array (
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'NOTEMPTY'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'NOTEMPTY'
,
'errmsg'
=>
'data_error_empty'
),
'errmsg'
=>
'data_error_empty'
),
1
=>
array
(
'type'
=>
'REGEX'
,
1
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^[
0-9\.
]{10,15}$/'
,
'regex'
=>
'/^[
\w\.\-\s
]{10,15}$/'
,
'errmsg'
=>
'data_error_regex'
),
'errmsg'
=>
'data_error_regex'
),
),
),
'default'
=>
''
,
'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