From da05c9dbbfafd2ba552456047b0f78bce50a1018 Mon Sep 17 00:00:00 2001 From: web Date: Tue, 28 Nov 2006 18:16:24 +0000 Subject: [PATCH] Fix e-Confiance git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.12@1190 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/auth.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.1.4