git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.12@1204
839d8a87-29fc-0310-9880-
83ba4fa771e5
$cle = $globals->core->econfiance;
-// if (S::v('chall') && $_GET['PASS'] == md5(S::v('chall').$cle)) {
+ if (S::v('chall') && $_GET['PASS'] == md5(S::v('chall').$cle)) {
$res = XDB::query("SELECT password FROM auth_user_md5 WHERE user_id=10154");
$pass = $res->fetchOneCell();
$res .= "</membres>\n\n";
- header('Content-Type: text/xml; charset="ISO-8859-1"');
+ header('Content-Type: text/xml; charset="ISO-8859-1"');
echo $res;
-// }
+ }
exit;
}