X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/2013f7a1c3ef61a66f5b158823d19c8e6ade8886..e7a8a9311f482c787aa98a9ee5ef8f693f9832ac:/error.inc.php diff --git a/error.inc.php b/error.inc.php index a9669c4..4dbdbe4 100644 --- a/error.inc.php +++ b/error.inc.php @@ -11,6 +11,7 @@ function abort($body, string $status = NULL) exit; } } + header('Content-Type: text/plain; charset=utf-8'); print "$body\n"; exit; }