We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b59af commit 6f8a85aCopy full SHA for 6f8a85a
interface/web/dns/form/dns_cname.tform.php
@@ -115,7 +115,7 @@
115
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
116
'errmsg'=> 'data_error_empty'),
117
1 => array ( 'type' => 'REGEX',
118
- 'regex' => '/^[a-zA-Z0-9\.\-]{1,255}$/',
+ 'regex' => '/^[a-zA-Z0-9\.\-\_]{1,255}$/',
119
'errmsg'=> 'data_error_regex'),
120
),
121
'default' => '',
0 commit comments