X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/2013f7a1c3ef61a66f5b158823d19c8e6ade8886..e64861a7760cfe34596e193a6a3ed2ef39b25892:/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; }