We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf891a commit 4a5f926Copy full SHA for 4a5f926
install/lib/installer_base.lib.php
@@ -730,7 +730,7 @@ public function configure_firewall()
730
}
731
732
if(!stristr($tcp_public_services, $conf['apache']['vhost_port'])) {
733
- $tcp_public_services .= ' '.intval($conf['apache']['vhost_port']));
+ $tcp_public_services .= ' '.intval($conf['apache']['vhost_port']);
734
if($row["tcp_port"]) != '') $this->db->query("UPDATE firewall SET tcp_port = tcp_port + ',".intval($conf['apache']['vhost_port'])."' WHERE server_id = ".intval($conf['server_id']));
735
736
0 commit comments