mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-05 06:29:44 +00:00
7 lines
165 B
PHP
Executable file
7 lines
165 B
PHP
Executable file
<?php
|
|
if (!defined('sugarEntry') || !sugarEntry) {
|
|
die('Not A Valid Entry Point');
|
|
}
|
|
|
|
$suitecrm_version = '7.14.1';
|
|
$suitecrm_timestamp = '2023-10-03 12:00:00';
|