mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-05 10:18:33 +08:00
8 lines
196 B
PHP
Executable file
8 lines
196 B
PHP
Executable file
<?php
|
|
if (!defined('sugarEntry') || !sugarEntry) {
|
|
die('Not A Valid Entry Point');
|
|
}
|
|
|
|
$suitecrm_version = '8.3-beta';
|
|
$suitecrm_legacy = '7.13.2';
|
|
$suitecrm_timestamp = '2023-03-28 12:00:00';
|