Merge commit '8e4cc94994' as 'public/legacy'

This commit is contained in:
Dillon-Brown 2021-03-31 15:37:32 +01:00
commit 11be803da2
9769 changed files with 1617695 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<?php
if (!defined('sugarEntry') || !sugarEntry) {
die('Not A Valid Entry Point');
}
// The absolute minimum version on which to install SuiteCRM
define('SUITECRM_PHP_MIN_VERSION', '7.2.9');
// The minimum recommended version on which to install SuiteCRM
define('SUITECRM_PHP_REC_VERSION', '7.3.0');