mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2024-11-23 16:27:37 +00:00
8 lines
165 B
PHP
Executable File
8 lines
165 B
PHP
Executable File
<?php
|
|
if (!defined('sugarEntry') || !sugarEntry) {
|
|
die('Not A Valid Entry Point');
|
|
}
|
|
|
|
$suitecrm_version = '7.14.6';
|
|
$suitecrm_timestamp = '2024-11-05 12:00:00';
|