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 a6164cb commit 14a2e69Copy full SHA for 14a2e69
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