Skip to content

Commit 6f8a85a

Browse files
author
Florian Schaal
committed
FS#4070 - DMARC CNAMES cannot be added to ISPConfig
1 parent 50b59af commit 6f8a85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dns/form/dns_cname.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
116116
'errmsg'=> 'data_error_empty'),
117117
1 => array ( 'type' => 'REGEX',
118-
'regex' => '/^[a-zA-Z0-9\.\-]{1,255}$/',
118+
'regex' => '/^[a-zA-Z0-9\.\-\_]{1,255}$/',
119119
'errmsg'=> 'data_error_regex'),
120120
),
121121
'default' => '',

0 commit comments

Comments
 (0)