mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
# Conflicts: # public/legacy/files.md5 # public/legacy/modules/InboundEmail/EditView.html # public/legacy/modules/Users/tpls/EditViewFooter.tpl # public/legacy/suitecrm_version.php
10 lines
306 B
PHP
10 lines
306 B
PHP
<?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.4.0');
|
|
|
|
// The minimum recommended version on which to install SuiteCRM
|
|
define('SUITECRM_PHP_REC_VERSION', '7.4.0');
|