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 f598b05 commit d6b3614Copy full SHA for d6b3614
install/update.php
@@ -95,6 +95,7 @@
95
$conf["mysql"]["ispconfig_user"] = $conf_old["db_user"];
96
$conf["mysql"]["ispconfig_password"] = $conf_old["db_password"];
97
$conf['language'] = $conf_old['language'];
98
+$conf['theme'] = $conf_old['theme'];
99
if($conf['language'] == '{language}') $conf['language'] = 'en';
100
$conf['timezone'] = (isset($conf_old['timezone']))?$conf_old['timezone']:'UTC';
101
if($conf['timezone'] == '{timezone}' or trim($conf['timezone']) == '') $conf['timezone'] = 'UTC';
0 commit comments