Fix: Install not locked if PHP version too low

This commit is contained in:
Laurent Destailleur 2011-11-26 15:35:53 +01:00
parent f5c2992ec6
commit 1a84a0ccea
3 changed files with 1 additions and 3 deletions

View File

@ -74,7 +74,7 @@ if (versioncompare(versionphparray(),array(4,3,10)) < 0) // Minimum to tr
else if (versioncompare(versionphparray(),array(5,0,0)) < 0) // Minimum supported (warning if lower)
{
print '<img src="../theme/eldy/img/warning.png" alt="Error"> '.$langs->trans("WarningPHPVersionTooLow",'5.0.0');
$checksok=0;
$checksok=1;
}
else
{

View File

@ -1 +0,0 @@
*.db

View File

@ -1 +0,0 @@
*.db