Falko Timme
2013-10-22 6ba4fa90f4f80de2206ef6163c54b1be5ef462f5
- Fixed FS#3122 - Slave update asking for ISPConfig port.
1 files modified
7 ■■■■ changed files
install/update.php 7 ●●●● patch | view | raw | blame | history
install/update.php
@@ -364,7 +364,12 @@
//** Configure ISPConfig
swriteln('Updating ISPConfig');
if($conf['apache']['installed'] == true){
    if(!is_file($conf['apache']['vhost_conf_dir'].'/ispconfig.vhost')) $inst->install_ispconfig_interface = false;
}
if($conf['nginx']['installed'] == true){
    if(!is_file($conf['nginx']['vhost_conf_dir'].'/ispconfig.vhost')) $inst->install_ispconfig_interface = false;
}
if ($conf['services']['web'] && $inst->install_ispconfig_interface) {
    //** Customise the port ISPConfig runs on