From: web Date: Tue, 28 Nov 2006 18:16:24 +0000 (+0000) Subject: Fix e-Confiance X-Git-Tag: xorg/0.9.12~20 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=da05c9dbbfafd2ba552456047b0f78bce50a1018;p=platal.git Fix e-Confiance git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.12@1190 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/auth.php b/modules/auth.php index 13fd701..891a054 100644 --- a/modules/auth.php +++ b/modules/auth.php @@ -90,6 +90,7 @@ class AuthModule extends PLModule $res .= "\n\n"; + header('Content-Type: text/xml; charset="ISO-8859-1"'); echo $res; } exit;