Skip to content
Snippets Groups Projects
Commit 5eac968d authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#1585 - NO Wildcard MX in DNS Frontend

parent 1a37954b
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ $form["tabs"]['dns'] = array ( ...@@ -78,7 +78,7 @@ $form["tabs"]['dns'] = array (
'datatype' => 'VARCHAR', 'datatype' => 'VARCHAR',
'formtype' => 'TEXT', 'formtype' => 'TEXT',
'validators' => array ( 0 => array ( 'type' => 'REGEX', 'validators' => array ( 0 => array ( 'type' => 'REGEX',
'regex' => '/^[\w\.\-]{0,255}$/', 'regex' => '/^[\w\.\-\*]{0,255}$/',
'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