Fix e-Confiance
authorweb <web@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 28 Nov 2006 18:16:24 +0000 (18:16 +0000)
committerweb <web@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 28 Nov 2006 18:16:24 +0000 (18:16 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.12@1190 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/auth.php

index 13fd701..891a054 100644 (file)
@@ -90,6 +90,7 @@ class AuthModule extends PLModule
 
             $res .= "</membres>\n\n";
 
+                       header('Content-Type: text/xml; charset="ISO-8859-1"');
             echo $res;
         }
         exit;