ftimme
2012-11-14 aa78fde6a92f66b84d626e114d8b54a5fb6ece0c
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,8080,10000',
         'default'   => '20,21,22,25,53,80,110,143,443,993,995,3306,8080,8081,10000',
         'value'      => '',
         'width'      => '30',
         'maxlength'   => '255'
@@ -88,10 +88,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'   => '53',
         'default'   => '53,3306',
         'value'      => '',
         'width'      => '30',
         'maxlength'   => '255'