mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-01-11 11:58:24 +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.1';
|
|
$suitecrm_timestamp = '2013-11-04 10:00am';
|
|
|
|
?>
|