Fix: Trad

This commit is contained in:
Laurent Destailleur 2010-07-21 22:21:06 +00:00
parent a6b988379a
commit beae76060d

View File

@ -90,6 +90,7 @@ if ( $retour >= 0 )
else
{
$langs->load("errors");
$langs->load("other");
$retour=$langs->trans("ErrorBadLoginPassword");
header ('Location: '.DOL_URL_ROOT.'/cashdesk/index.php?err='.urlencode($retour).'&user='.$username);
exit;