From: Patrick Canterino Date: Fri, 29 May 2026 13:48:02 +0000 (+0200) Subject: Fixed linter error X-Git-Tag: 4.7.2~10^2~1 X-Git-Url: https://git.p6c8.net/jirafeau/pcanterino.git/commitdiff_plain/09a404c9de4c90d1ab6e659d887b6e7dbb2e22c4?ds=inline Fixed linter error --- diff --git a/f.php b/f.php index 25f6be3..870b4bd 100644 --- a/f.php +++ b/f.php @@ -173,8 +173,7 @@ if (!empty($link['key'])) { } else { if (strpos($link['key'], '[SHA256]') == 0 && hash_equals(substr($link['key'], 8), hash('sha256', $_POST['key']))) { $password_challenged = true; - } - elseif (hash_equals($link['key'], md5($_POST['key']))) { + } elseif (hash_equals($link['key'], md5($_POST['key']))) { $password_challenged = true; } else { sleep(2);