removing from overview; set frontend to 'froxlor' so the upgrade finishes correctly
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user