Fix: Install not locked if PHP version too low
This commit is contained in:
parent
f5c2992ec6
commit
1a84a0ccea
@ -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
|
||||
{
|
||||
|
||||
@ -1 +0,0 @@
|
||||
*.db
|
||||
@ -1 +0,0 @@
|
||||
*.db
|
||||
Loading…
Reference in New Issue
Block a user