required php version not available but allowed to continue

This commit is contained in:
zotlabs 2019-04-18 13:53:39 -07:00
parent df5a1c59e6
commit 6feddcbced

View File

@ -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)) {