Skip to content

Commit 0141fd3

Browse files
author
xaver
committed
Fixed #1104 - Added imap,pop3-ssl ports, because programm is setuped in default insterlation
1 parent 1e2286c commit 0141fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/form/firewall.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
'regex' => '/^[\s0-9\,\:]{0,255}$/',
8080
'errmsg'=> 'tcp_ports_error_regex'),
8181
),
82-
'default' => '20,21,22,25,53,80,110,143,443,3306,8080,8081,10000',
82+
'default' => '20,21,22,25,53,80,110,143,443,993,995,3306,8080,8081,10000',
8383
'value' => '',
8484
'width' => '30',
8585
'maxlength' => '255'

0 commit comments

Comments
 (0)