required php version not available but allowed to continue
This commit is contained in:
parent
df5a1c59e6
commit
6feddcbced
@ -377,7 +377,7 @@ class Setup extends \Zotlabs\Web\Controller {
|
||||
|
||||
if(version_compare(PHP_VERSION, '7.1') < 0) {
|
||||
$help .= t('PHP version 7.1 or greater is required.');
|
||||
$this->check_add($checks, t('PHP version'), false, false, $help);
|
||||
$this->check_add($checks, t('PHP version'), false, true, $help);
|
||||
}
|
||||
|
||||
if(strlen($phpath)) {
|
||||
|
Reference in New Issue
Block a user