Skip to content
Snippets Groups Projects
Commit 4a5f926a authored by fantu's avatar fantu
Browse files

fix parse error

parent fdf891ae
No related branches found
No related tags found
No related merge requests found
...@@ -730,7 +730,7 @@ class installer_base { ...@@ -730,7 +730,7 @@ class installer_base {
} }
if(!stristr($tcp_public_services, $conf['apache']['vhost_port'])) { if(!stristr($tcp_public_services, $conf['apache']['vhost_port'])) {
$tcp_public_services .= ' '.intval($conf['apache']['vhost_port'])); $tcp_public_services .= ' '.intval($conf['apache']['vhost_port']);
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'])); 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']));
} }
......
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