mirror of
https://gh.wpcy.net/https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2026-04-29 09:42:17 +08:00
8 lines
193 B
PHP
Executable file
8 lines
193 B
PHP
Executable file
<?php
|
|
if (!defined('sugarEntry') || !sugarEntry) {
|
|
die('Not A Valid Entry Point');
|
|
}
|
|
|
|
$suitecrm_version = '8.9.3';
|
|
$suitecrm_timestamp = '2026-03-19 12:00:00';
|
|
$suitecrm_legacy = '7.14.9';
|