mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
[Legacy] Fix php warnings
This commit is contained in:
parent
b114ae5c54
commit
b499c28a30
1 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,11 @@ if (!defined('sugarEntry') || !sugarEntry) {
|
|||
}
|
||||
|
||||
// The absolute minimum version on which to install SuiteCRM
|
||||
define('SUITECRM_PHP_MIN_VERSION', '7.3.0');
|
||||
if (!defined('SUITECRM_PHP_MIN_VERSION')){
|
||||
define('SUITECRM_PHP_MIN_VERSION', '7.3.0');
|
||||
}
|
||||
|
||||
// The minimum recommended version on which to install SuiteCRM
|
||||
define('SUITECRM_PHP_REC_VERSION', '7.3.0');
|
||||
if (!defined('SUITECRM_PHP_REC_VERSION')){
|
||||
define('SUITECRM_PHP_REC_VERSION', '7.3.0');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue