tbrehm
2009-01-19 52e64cb88d40e50caade8edaaf338a6bce393190
Fixed DNS-A IP regex.
1 files modified
2 ■■■ changed files
interface/web/dns/form/dns_a.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/dns/form/dns_a.tform.php
@@ -100,7 +100,7 @@
            'validators'    => array (     0 => array (    'type'    => 'NOTEMPTY',
                                                        'errmsg'=> 'data_error_empty'),
                                        1 => array (    'type'    => 'REGEX',
                                                        'regex' => '/^[0-9\.]{10,15}$/',
                                                        'regex' => '/^[0-9\.]{7,15}$/',
                                                        'errmsg'=> 'data_error_regex'),
                                    ),
            'default'    => '',