- set correct version for svn1
- correct default-php.ini for open_basedir - fix upgrading from SysCP (getPhpConfigs() fails cause the table is being added after it's being used in the update-process)
This commit is contained in:
@@ -1422,7 +1422,7 @@ if(isFroxlorVersion('0.9.17-svn2'))
|
||||
|
||||
if(isFroxlorVersion('0.9.17'))
|
||||
{
|
||||
showUpdateStep("Updating from 0.9.17 to 0.9.18-svn1");
|
||||
showUpdateStep("Updating from 0.9.17 to 0.9.18-svn1", false);
|
||||
|
||||
showUpdateStep("Checking whether you are missing any settings", false);
|
||||
$nonefound = true;
|
||||
@@ -1442,4 +1442,4 @@ if(isFroxlorVersion('0.9.17'))
|
||||
}
|
||||
|
||||
updateToVersion('0.9.18-svn1');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user