diff --git a/config/core.php b/config/core.php index 8b09cc6..5611e8e 100755 --- a/config/core.php +++ b/config/core.php @@ -365,11 +365,6 @@ * firewall */ 'firewall_protocols_port' => [ - 'ssh' => 22, - 'http' => 80, - 'https' => 443, - 'mysql' => 3306, - 'ftp' => 21, 'tcp' => '', 'udp' => '', ],