Skip to content
Snippets Groups Projects
Commit 7e61904d authored by Till Brehm's avatar Till Brehm
Browse files

Fixed: FS#3469 - MX records - 3.0.5.4 and 3.0.5.4p1

parent 97b556d4
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ $form["tabs"]['dns'] = array (
'type' => 'TOLOWER')
),
'validators' => array ( 0 => array ( 'type' => 'REGEX',
'regex' => '/^[a-zA-Z0-9\.\-]{0,255}$/',
'regex' => '/^[a-zA-Z0-9\.\-\*]{0,255}$/',
'errmsg'=> 'name_error_regex'),
),
'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