diff --git a/connect.php b/connect.php index c10d346..f85780e 100644 --- a/connect.php +++ b/connect.php @@ -51,7 +51,7 @@ $('#validCreds')[0].addEventListener('click', function() checkPath += "&pass="; checkPath += Whirlpool($("#entrer_mot_de_passe_3")[0].value); ret = file(checkPath); - if(ret=="yep") + if(ret=="Yep") document.location.reload(); else alert("Mauvais identifiants"); -- libgit2 0.21.2