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