Commit 36cfae6e6b94938ec3e182fab65a3142e1517732

Authored by Jean Wasilewski
1 parent 925cd5af

Previous issue now totally fixed

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