diff --git a/api/status.php b/api/status.php
index 32312a6898f0ce60b077ffd529f06b9b54852cb3..ca857a62a93739ed58d67ad313ff31cb4e05101b 100644
--- a/api/status.php
+++ b/api/status.php
@@ -1,4 +1,6 @@
 <?php
+		header('Content-Type: application/json');
+		
         $wankerlink = mysql_pconnect('localhost', 'wanker', 'b2SGyye48tJjtjyY', false) or print(mysql_error());
         mysql_select_db('warpzone_wanker', $wankerlink) or print("FehlerS:" . mysql_error());