- 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:
Michael Kaufmann (d00p)
2011-01-26 15:01:19 +00:00
parent 1396aca657
commit a7ae6e54de
6 changed files with 38 additions and 17 deletions

View File

@@ -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');
}
}