Skip to content

Commit 6fc833c

Browse files
committed
Fixed syntax error in install/lib/installer_base.lib.php
1 parent 2ebadd7 commit 6fc833c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ public function install_ispconfig() {
14261426
$content = str_replace('{vhost_port_listen}', '', $content);
14271427
}
14281428

1429-
if(is_file($install_dir.'/interface/ssl/ispserver.crt') && is_file($install_dir'/interface/ssl/ispserver.key')) {
1429+
if(is_file($install_dir.'/interface/ssl/ispserver.crt') && is_file($install_dir.'/interface/ssl/ispserver.key')) {
14301430
$content = str_replace('{ssl_comment}', '', $content);
14311431
} else {
14321432
$content = str_replace('{ssl_comment}', '#', $content);

0 commit comments

Comments
 (0)