mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-06 15:00:04 +00:00
7 lines
166 B
PHP
Executable file
7 lines
166 B
PHP
Executable file
<?php
|
|
if (!defined('sugarEntry') || !sugarEntry) {
|
|
die('Not A Valid Entry Point');
|
|
}
|
|
|
|
$suitecrm_version = '7.12.12';
|
|
$suitecrm_timestamp = '2023-07-11 12:00:00';
|