tbrehm
2010-09-16 bec5b49d78376055f302324ce86ddb98378cfef2
Fixed: FS#1275 - Port 8081 (apps vhost) should be included in the default open TCP ports in the firewall 
1 files modified
2 ■■■ changed files
interface/web/admin/form/firewall.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/admin/form/firewall.tform.php
@@ -79,7 +79,7 @@
                                                        'regex' => '/^[\s0-9\,\:]{0,255}$/',
                                                        'errmsg'=> 'tcp_ports_error_regex'),
                                    ),
            'default'    => '20,21,22,25,53,80,110,143,443,3306,8080,10000',
            'default'    => '20,21,22,25,53,80,110,143,443,3306,8080,8081,10000',
            'value'        => '',
            'width'        => '30',
            'maxlength'    => '255'