MDB2 est fonctionnel
This commit is contained in:
parent
ebd60c5c9b
commit
2468887b8b
@ -249,14 +249,14 @@ if (! session_id() || ! isset($_SESSION["dol_login"]))
|
|||||||
{
|
{
|
||||||
// Authentification Auth OK, on va chercher le login
|
// Authentification Auth OK, on va chercher le login
|
||||||
$login=$aDol->getUsername();
|
$login=$aDol->getUsername();
|
||||||
dolibarr_syslog ("Authentification ok (en mode Pear Base Dolibarr)");
|
dolibarr_syslog ("Authentification ok (en mode Pear Base Dolibarr_mdb2)");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (isset($_POST["loginfunction"]))
|
if (isset($_POST["loginfunction"]))
|
||||||
{
|
{
|
||||||
// Echec authentification
|
// Echec authentification
|
||||||
dolibarr_syslog("Authentification ko (en mode Pear Base Dolibarr) pour '".$_POST["username"]."'");
|
dolibarr_syslog("Authentification ko (en mode Pear Base Dolibarr_mdb2) pour '".$_POST["username"]."'");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user