tbrehm
2008-06-29 9ac95d21faf99ad14918d0ad36f9bcb3dfa27513

2 files modified
4 ■■■■ changed files
install/install.php 2 ●●● patch | view | raw | blame | history
install/lib/installer_base.lib.php 2 ●●● patch | view | raw | blame | history
install/install.php
@@ -296,7 +296,7 @@
        */
        //** Customise the port ISPConfig runs on
        $conf['apache']['vhost_port'] = $inst->free_query('ISPConfig Port', '8080');
        $inst->conf['apache']['vhost_port'] = $inst->free_query('ISPConfig Port', '8080');
        
        $inst->install_ispconfig_interface = true;
            
install/lib/installer_base.lib.php
@@ -731,7 +731,7 @@
        // Dont just copy over the virtualhost template but add some custom settings
         
        $content = rf("tpl/apache_ispconfig.vhost.master");
        $content = str_replace('{vhost_port}', $conf['apache']['vhost_port'], $content);
        $content = str_replace('{vhost_port}', $this->conf['apache']['vhost_port'], $content);
        wf("$vhost_conf_dir/ispconfig.vhost", $content);
        
        //copy('tpl/apache_ispconfig.vhost.master', "$vhost_conf_dir/ispconfig.vhost");