Merge branch 'dev' into 'dev'

required php version not available but allowed to continue

See merge request hubzilla/core!1597
This commit is contained in:
Mario 2019-04-19 15:19:43 +02:00
commit fb03e3f00e

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