]> git.p6c8.net - jirafeau.git/blobdiff - script.php
[BUGFIX] API: Set content type to plain text
[jirafeau.git] / script.php
index 3905d2f4e16a963aa13fd612f991c3f41c711d7c..33b8edf8d828677caac1a6321ca45148d36e36a1 100644 (file)
@@ -64,7 +64,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)
 }
 
 /* Lets use interface now. */
-header('Content-Type: text; charset=utf-8');
+header('Content-Type: text/plain; charset=utf-8');
 
 check_errors ($cfg);
 if (has_error ())

patrick-canterino.de