diff --git a/connect.php b/connect.php index d8fe8ae..61cac62 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); if(file(checkPath)=="Yep") - document.location.reload(); + document.location.replace(""); else alert("Mauvais identifiants"); $("#validCreds")[0].disabled=false; -- libgit2 0.21.2