Created
December 20, 2013 16:54
-
-
Save peterdemartini/8057796 to your computer and use it in GitHub Desktop.
SugarCRM entryPoint in the root of Sugar. Great for scripts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| if(!defined('sugarEntry'))define('sugarEntry', true); | |
| chdir(realpath(dirname(__FILE__))); | |
| require_once('include/entryPoint.php'); | |
| //Running with SugarCRM | |
| //Custom Code Goes below here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment