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 5c4d550 commit 6881457Copy full SHA for 6881457
install/lib/installer_base.lib.php
@@ -1355,6 +1355,10 @@ public function install_ispconfig() {
1355
$content = str_replace('{ispconfig_log_priority}', $conf['ispconfig_log_priority'], $content);
1356
$content = str_replace('{language}', $conf['language'], $content);
1357
1358
+ if (!$conf['CA-enabled']) $content = str_replace('$conf[\'CA', '//$conf[\'CA', $content);
1359
+ $content = str_replace('{CA-path}', $conf['CA-path'], $content);
1360
+ $content = str_replace('{CA-pass}', $conf['CA-pass'], $content);
1361
+
1362
wf($install_dir.'/server/lib/'.$configfile, $content);
1363
1364
//* Create the config file for remote-actions (but only, if it does not exist, because
0 commit comments