changeset 324 | 16d0c9f33466 |
parent 322 | 5f1cd51bf1be |
parent 321 | c0d855cfaf0e |
child 326 | ab66d6d1f1f4 |
child 448 | f725a16e4a20 |
--- a/plugins/SpecialUserFuncs.php Tue Dec 18 23:45:43 2007 -0500 +++ b/plugins/SpecialUserFuncs.php Tue Dec 18 23:47:33 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,