Skip to content
Snippets Groups Projects
Commit 2045fb22 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Lock 5.5.40

parent 9ab48b3d
Branches
Tags
No related merge requests found
......@@ -193,9 +193,9 @@ if (! GETPOST("action") || preg_match('/upgrade/i',GETPOST('action')))
// Test database version is not forbidden for migration
$dbversion_disallowed=array(
array('type'=>'mysql','version'=>array(5,5,40)),
array('type'=>'mysqli','version'=>array(5,5,40)),
array('type'=>'mysql','version'=>array(5,5,41)),
array('type'=>'mysqli','version'=>array(5,5,41))
array('type'=>'mysqli','version'=>array(5,5,40))
//,array('type'=>'mysql','version'=>array(5,5,41)),
//array('type'=>'mysqli','version'=>array(5,5,41))
);
$listofforbiddenversion='';
foreach ($dbversion_disallowed as $dbversion_totest)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment