mcramer
2012-11-27 7990f8881b085279269d35cf9dd2787b88ae1c08
interface/web/admin/form/firewall.tform.php
@@ -76,10 +76,10 @@
         '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,443,3306,8080,10000',
         'default'   => '20,21,22,25,53,80,110,143,443,993,995,3306,8080,8081,10000',
         'value'      => '',
         'width'      => '30',
         'maxlength'   => '255'
@@ -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',