Skip to content
Snippets Groups Projects
Commit bec5b49d authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#1275 - Port 8081 (apps vhost) should be included in the default open...

Fixed: FS#1275 - Port 8081 (apps vhost) should be included in the default open TCP ports in the firewall 
parent b8a015bb
No related branches found
No related tags found
2 merge requests!46Master,!21Master
...@@ -79,7 +79,7 @@ $form["tabs"]['firewall'] = array ( ...@@ -79,7 +79,7 @@ $form["tabs"]['firewall'] = array (
'regex' => '/^[\s0-9\,\:]{0,255}$/', 'regex' => '/^[\s0-9\,\:]{0,255}$/',
'errmsg'=> 'tcp_ports_error_regex'), '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' => '', 'value' => '',
'width' => '30', 'width' => '30',
'maxlength' => '255' 'maxlength' => '255'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment