Skip to content
Snippets Groups Projects
Commit 944afea6 authored by tbrehm's avatar tbrehm
Browse files

Allow Wildcard "*" in DNS A-Records ind DNS Manager.

parent 0935854d
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ $form["tabs"]['dns'] = array ( ...@@ -80,7 +80,7 @@ $form["tabs"]['dns'] = array (
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
'errmsg'=> 'name_error_empty'), 'errmsg'=> 'name_error_empty'),
1 => array ( 'type' => 'REGEX', 1 => array ( 'type' => 'REGEX',
'regex' => '/^[\w\.\-]{1,64}$/', 'regex' => '/^[\w\.\-\*]{1,64}$/',
'errmsg'=> 'name_error_regex'), 'errmsg'=> 'name_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