root
2014-02-15 69425c3dae9d0145ee0bd1aa6b6a3d7a800bf870
changed regex accoding to stable-Commit 494da4537eebd83df409fcd0492039382d0b1124
1 files modified
2 ■■■ changed files
interface/web/dns/form/dns_dkim.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/dns/form/dns_dkim.tform.php
@@ -86,7 +86,7 @@
                    'type' => 'TOLOWER')
            ),
            'validators' => array (  0 => array ( 'type' => 'REGEX',
                    'regex' => '/^[\w\.\-]{0,255}$/',
                    'regex' => '/^[a-zA-Z0-9\.\-\_]{0,255}$/',
                    'errmsg'=> 'name_error_regex'),
            ),
            'default' => '',