Table editor fills the new entry form with the default values of the fields
[platal.git] / modules / auth.php
index dae0153..ea7e267 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;