*/ if (!defined('sugarEntry') || !sugarEntry) { die('Not A Valid Entry Point'); } include_once __DIR__ . '/GoogleApiKeySaverEntryPoint.php'; global $current_user, $sugar_config; $client = new \Google\Client(); new GoogleApiKeySaverEntryPoint($current_user, $sugar_config, $client, $_REQUEST);