We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee77fa0 + 14a2e69 commit 9208160Copy full SHA for 9208160
install/update.php
@@ -111,7 +111,7 @@
111
include_once "/usr/local/ispconfig/server/lib/config.inc.php";
112
$conf_old = $conf;
113
unset($conf);
114
-define('ISPC_LOG_FILE', $old_conf['ispconfig_log_dir'] . '/update.log');
+define('ISPC_LOG_FILE', $conf_old['ispconfig_log_dir'] . '/update.log');
115
116
if($dist['id'] == '') die('Linux distribution or version not recognized.');
117
0 commit comments