plugins/SpecialUserFuncs.php
changeset 321 c0d855cfaf0e
parent 317 f8356d9c3481
child 324 16d0c9f33466
--- 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,