X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=api.php;h=ac49d76665ca7cec11da77cad84d1b03c3bc3181;hp=bb89c55d924e572ae048d443e89f739738683991;hb=a4cc34ce34903e12a12a205440b49525feae7b0d;hpb=756e90840f47c110d346c863238375bb59a10475 diff --git a/api.php b/api.php index bb89c55..ac49d76 100644 --- a/api.php +++ b/api.php @@ -3,7 +3,8 @@ license. */ function exit_document ($body) { - exit ("$body"); + $charset_meta = ''; + exit ("$charset_meta$body"); } function success ($reason) {