Fix: Trad
This commit is contained in:
parent
91783c8242
commit
2c2aa05171
@ -89,7 +89,8 @@ if ( $retour >= 0 )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$retour=$langs->trans("ErrorWrongPassword");
|
$langs->load("errors");
|
||||||
|
$retour=$langs->trans("ErrorBadLoginPassword");
|
||||||
header ('Location: '.DOL_URL_ROOT.'/cashdesk/index.php?err='.urlencode($retour).'&user='.$username);
|
header ('Location: '.DOL_URL_ROOT.'/cashdesk/index.php?err='.urlencode($retour).'&user='.$username);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user