* @copyright Beechannels 2007-2010 * @link http://beechannels.com/ */ gatekeeper(); global $SESSION; if (!empty($_POST['beechat_state'])) { $SESSION->offsetSet('beechat_state', get_input('beechat_state')); } elseif (!empty($_POST['beechat_conn'])) { $SESSION->offsetSet('beechat_conn', get_input('beechat_conn')); } exit(); ?>