tbrehm
2009-03-24 e4075b6825a4414edda82208abebc13b01b3360f
interface/web/admin/form/firewall.tform.php
@@ -76,7 +76,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\s0-9\,]{0,255}$/',
                                          'regex' => '/^[\s0-9\,\:]{0,255}$/',
                                          'errmsg'=> 'tcp_ports_error_regex'),
                           ),
         'default'   => '20,21,22,25,53,80,110,143,443,3306,8080,10000',
@@ -88,7 +88,7 @@
         'datatype'   => 'VARCHAR',
         'formtype'   => 'TEXT',
         'validators'   => array (    0 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\s0-9\,]{0,255}$/',
                                          'regex' => '/^[\s0-9\,\:]{0,255}$/',
                                          'errmsg'=> 'tcp_ports_error_regex'),
                           ),
         'default'   => '53,3306',