mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-10 16:32:27 +00:00
7 lines
171 B
PHP
Executable file
7 lines
171 B
PHP
Executable file
<?php
|
|
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
|
|
|
$suitecrm_version = '7.1.0 RC2';
|
|
$suitecrm_timestamp = '2014-03-28 10:30pm';
|
|
|
|
?>
|