Skip to content

Commit fa79580

Browse files
committed
1 parent 53ffeaa commit fa79580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ public function install_ispconfig()
692692
$content = str_replace('{mysql_server_ispconfig_password}',$conf['mysql']['ispconfig_password'], $content);
693693
$content = str_replace('{mysql_server_database}', $conf['mysql']['database'], $content);
694694
$content = str_replace('{mysql_server_host}', $conf['mysql']['host'], $content);
695+
$content = str_replace('{ispconfig_log_priority}', $conf['ispconfig_log_priority'], $content);
695696
wf("$install_dir/interface/lib/$configfile", $content);
696697

697698
//* Create the config file for ISPConfig server

0 commit comments

Comments
 (0)