mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-04 22:28:33 +00:00
7 lines
167 B
PHP
Executable file
7 lines
167 B
PHP
Executable file
<?php
|
|
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
|
|
|
$suitecrm_version = '7.0.2';
|
|
$suitecrm_timestamp = '2014-01-17 05:00pm';
|
|
|
|
?>
|