install/dist/lib/gentoo.lib.php
@@ -929,6 +929,11 @@ } else { $content = str_replace('{ssl_comment}', '#', $content); } if(is_file($install_dir.'/interface/ssl/ispserver.crt') && is_file($install_dir.'/interface/ssl/ispserver.key') && is_file($install_dir.'/interface/ssl/ispserver.bundle')) { $content = str_replace('{ssl_bundle_comment}', '', $content); } else { $content = str_replace('{ssl_bundle_comment}', '#', $content); } $vhost_path = $conf['apache']['vhost_conf_dir'].'/ispconfig.vhost'; $this->write_config_file($vhost_path, $content);