mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Merge commit '8e4cc94994
' as 'public/legacy'
This commit is contained in:
commit
11be803da2
9769 changed files with 1617695 additions and 0 deletions
10
public/legacy/php_version.php
Normal file
10
public/legacy/php_version.php
Normal 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');
|
Loading…
Add table
Add a link
Reference in a new issue