removing from overview; set frontend to 'froxlor' so the upgrade finishes correctly

This commit is contained in:
Michael Kaufmann (d00p)
2010-01-20 16:04:37 +00:00
parent 13a8dfd923
commit 2ef20ad832
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -131,7 +131,7 @@ $header
</if>
<tr>
<td class="field_name_border_left">{$lng['admin']['installedversion']}:</td>
<td class="field_display">{$version} ({$dbversion})</td>
<td class="field_display">{$version}</td>
</tr>
<tr>
<td class="field_name_border_left">{$lng['admin']['latestversion']}:</td>
@@ -151,4 +151,4 @@ $header
</table>
<br />
<br />
$footer
$footer