]> git.p6c8.net - jirafeau/jirafeau.git/blobdiff - f.php
Show value of "debug_enforce_classic_upload" in bug report info
[jirafeau/jirafeau.git] / f.php
diff --git a/f.php b/f.php
index 25f6be36a174cb293f2b73f61e506a3cc8a44919..870b4bdd8aa28b400d92f668c83ca784f1d7cfe6 100644 (file)
--- 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);

patrick-canterino.de