* @copyright Beechannels 2007-2010 * @link http://beechannels.com/ */ gatekeeper(); header('Content-type: application/json'); $user = $_SESSION['user']; $t = array('username' => $user->username, 'password' => $user->password); echo json_encode($t); exit(); ?>