fantu
2008-12-20 57299d7ee03f15376b6b1a3e8fd7600528ded148
install/lib/installer_base.lib.php
@@ -731,7 +731,7 @@
      
      if(!stristr($tcp_public_services, $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']));
      }
      
        $content = str_replace("{TCP_PUBLIC_SERVICES}", $tcp_public_services, $content);