* @copyright Beechannels 2007-2010 * @link http://beechannels.com/ */ header('Content-type: application/json'); gatekeeper(); global $SESSION; if ($SESSION->offsetExists('beechat_conn')) echo $SESSION->offsetGet('beechat_conn'); exit(); ?>