Skip to content
Snippets Groups Projects
Commit 49731b28 authored by tbrehm's avatar tbrehm
Browse files

fixed dns rp record regex.

parent 7d386c3d
No related branches found
No related tags found
No related merge requests found
...@@ -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' => '/^[\w\.\-\s]{10,15}$/', 'regex' => '/^[\w\.\-\s]{1,128}$/',
'errmsg'=> 'data_error_regex'), 'errmsg'=> 'data_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