Skip to content

Commit 4a5f926

Browse files
author
fantu
committed
fix parse error
1 parent fdf891a commit 4a5f926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ public function configure_firewall()
730730
}
731731

732732
if(!stristr($tcp_public_services, $conf['apache']['vhost_port'])) {
733-
$tcp_public_services .= ' '.intval($conf['apache']['vhost_port']));
733+
$tcp_public_services .= ' '.intval($conf['apache']['vhost_port']);
734734
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']));
735735
}
736736

0 commit comments

Comments
 (0)