X-Git-Url: https://git.p6c8.net/jirafeau/jirafeau.git/blobdiff_plain/6e0e58c61a8130b3af0587bbf4f6fce3d334386d..404c669c9226d66ca1189534ad4c1da8e2f165f9:/f.php diff --git a/f.php b/f.php index 92736f7..f0a3d12 100644 --- a/f.php +++ b/f.php @@ -171,7 +171,7 @@ if (!empty($link['key'])) { require(JIRAFEAU_ROOT.'lib/template/footer.php'); exit; } else { - if (hash_equals($link['key'], hash('sha256',$_POST['key']))) { + if (hash_equals($link['key'], hash('sha256', $_POST['key']))) { $password_challenged = true; } else { sleep(2);