- improved update-procedure
- updated version to 0.9.4-svn2
This commit is contained in:
@@ -98,7 +98,7 @@ if($page == 'overview')
|
||||
$update_information = $ui_text;
|
||||
|
||||
include_once './install/updates/preconfig.php';
|
||||
$preconfig = getPreConfig($new_version);
|
||||
$preconfig = getPreConfig($current_version);
|
||||
if($preconfig != '')
|
||||
{
|
||||
$update_information .= '<br />'.$preconfig.$message;
|
||||
|
||||
Reference in New Issue
Block a user