Till Brehm
2014-04-15 294ff9fbe6169ffd3792504ac9f62ba95b05e6a8
Fixed: FS#3433 - Check autodiscover URL compatibility
1 files modified
2 ■■■ changed files
interface/web/dns/form/dns_srv.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/dns/form/dns_srv.tform.php
@@ -86,7 +86,7 @@
                    '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' => '',