9 lines
115 B
PHP
9 lines
115 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
||
|
|
|
||
|
|
include('Settings.php');
|
||
|
|
|
||
|
|
?>
|
||
|
|
|