mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
8 lines
198 B
PHP
Executable file
8 lines
198 B
PHP
Executable file
<?php
|
|
if (!defined('sugarEntry') || !sugarEntry) {
|
|
die('Not A Valid Entry Point');
|
|
}
|
|
|
|
$suitecrm_version = '8.8.0-beta';
|
|
$suitecrm_timestamp = '2024-12-12 12:00:00';
|
|
$suitecrm_legacy = '7.14.6';
|