required php version not available but allowed to continue

(cherry picked from commit 6feddcbced)
This commit is contained in:
zotlabs 2019-04-18 20:53:39 +00:00 committed by Mario
parent dcd8a05809
commit 77cc60faf2

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