HOR-1372
HOR-1372
This commit is contained in:
@@ -130,7 +130,7 @@ class Installer extends Controller
|
||||
$info->memory = new stdclass();
|
||||
|
||||
$info->php->version = phpversion();
|
||||
$info->php->result = version_compare(phpversion(), '5.5.33') >= 0 ? true : false;
|
||||
$info->php->result = (version_compare(phpversion(), '5.4', '>=') && version_compare(phpversion(), '7.0', '<')) ? true : false;
|
||||
|
||||
// MYSQL info and verification
|
||||
$info->mysql->result = false;
|
||||
|
||||
Reference in New Issue
Block a user