We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebadd7 commit 6fc833cCopy full SHA for 6fc833c
install/lib/installer_base.lib.php
@@ -1426,7 +1426,7 @@ public function install_ispconfig() {
1426
$content = str_replace('{vhost_port_listen}', '', $content);
1427
}
1428
1429
- if(is_file($install_dir.'/interface/ssl/ispserver.crt') && is_file($install_dir'/interface/ssl/ispserver.key')) {
+ if(is_file($install_dir.'/interface/ssl/ispserver.crt') && is_file($install_dir.'/interface/ssl/ispserver.key')) {
1430
$content = str_replace('{ssl_comment}', '', $content);
1431
} else {
1432
$content = str_replace('{ssl_comment}', '#', $content);
0 commit comments