@@ -33,7 +33,7 @@ function main()
else
error(501, "Not implemented");
}
-
+header("Content-Type: application/json");
check_api_key();
main();
?>