mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-12 01:08:54 +00: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.0.1';
|
|
$suitecrm_legacy = '7.12.5';
|
|
$suitecrm_timestamp = '2022-03-01 12:00:00';
|