task #5022 : Gestion de la scurit sur dolibarr

This commit is contained in:
Laurent Destailleur 2007-07-31 18:53:30 +00:00
parent b428c223f1
commit be0e099962

View File

@ -203,10 +203,11 @@ if (! session_id() || ! isset($_SESSION["dol_login"]))
{
// Echec authentification
dolibarr_syslog("Authentification ko (en mode Pear Base Dolibarr) pour '".$_POST["username"]."'");
sleep(2);
}
else
{
// Non authentifie
// Non authentifie, un redirect sur page logon a été envoyé, on peut finir.
//dolibarr_syslog("Authentification non realise");
}
exit;