Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 906 → Rev 907

/web/acc/manager/lib/sql/password_check.php
20,11 → 20,9
$enc_passwd = $row[value];
$passwd = da_encrypt($passwd,$enc_passwd);
if ($passwd == $enc_passwd)
// $msg = '<font color=blue><b>YES It is that</b></font>';
$msg = '<font color=blue><b>Le mot de passe est correct</b></font>';
$msg = '<font color=blue><b>YES It is that</b></font>';
else
// $msg = '<font color=red><b>NO It is wrong</b></font>';
$msg = '<font color=red><b>Le mot de passe n\'est pas correct</b></font>';
$msg = '<font color=red><b>NO It is wrong</b></font>';
}
else
echo "<b>Could not open encryption library file</b><br>\n";