diff --git a/install/updates/froxlor/upgrade_syscp.inc.php b/install/updates/froxlor/upgrade_syscp.inc.php index 62bcb483..ebc15149 100644 --- a/install/updates/froxlor/upgrade_syscp.inc.php +++ b/install/updates/froxlor/upgrade_syscp.inc.php @@ -28,6 +28,7 @@ $db->query($query); $settings['panel']['version'] = $updateto; // add field frontend $db->query("INSERT INTO `" . TABLE_PANEL_SETTINGS . "` (`settinggroup`, `varname`, `value`) VALUES ('system','frontend','froxlor')"); +$settings['panel']['frontend'] = 'froxlor'; /* * this is the main upgrade diff --git a/templates/admin/index/index.tpl b/templates/admin/index/index.tpl index 2f1927d7..fe15abf6 100644 --- a/templates/admin/index/index.tpl +++ b/templates/admin/index/index.tpl @@ -131,7 +131,7 @@ $header {$lng['admin']['installedversion']}: - {$version} ({$dbversion}) + {$version} {$lng['admin']['latestversion']}: @@ -151,4 +151,4 @@ $header

-$footer \ No newline at end of file +$footer