From 09a404c9de4c90d1ab6e659d887b6e7dbb2e22c4 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Fri, 29 May 2026 15:48:02 +0200 Subject: [PATCH 1/1] Fixed linter error --- f.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.43.0