diff -r 112debff64bd -r c0d855cfaf0e plugins/SpecialUserFuncs.php --- a/plugins/SpecialUserFuncs.php Sat Dec 15 18:10:14 2007 -0500 +++ b/plugins/SpecialUserFuncs.php Sat Dec 15 18:11:59 2007 -0500 @@ -106,6 +106,7 @@ if ( isset($_GET['act']) && $_GET['act'] == 'getkey' ) { + header('Content-type: application/json'); $username = ( $session->user_logged_in ) ? $session->username : false; $response = Array( 'username' => $username,