Commit 36cfae6e6b94938ec3e182fab65a3142e1517732
1 parent
925cd5af
Previous issue now totally fixed
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
connect.php
... | ... | @@ -51,7 +51,7 @@ $('#validCreds')[0].addEventListener('click', function() |
51 | 51 | checkPath += "&pass="; |
52 | 52 | checkPath += Whirlpool($("#entrer_mot_de_passe_3")[0].value); |
53 | 53 | ret = file(checkPath); |
54 | - if(ret=="yep") | |
54 | + if(ret=="Yep") | |
55 | 55 | document.location.reload(); |
56 | 56 | else |
57 | 57 | alert("Mauvais identifiants"); | ... | ... |