]> git.p6c8.net - jirafeau/pcanterino.git/blobdiff - f.php
Modified copyright header of all themes
[jirafeau/pcanterino.git] / f.php
diff --git a/f.php b/f.php
index f0a3d12d5b5b2347c6af3473ccebb43560a7954f..870b4bdd8aa28b400d92f668c83ca784f1d7cfe6 100644 (file)
--- a/f.php
+++ b/f.php
@@ -171,7 +171,9 @@ if (!empty($link['key'])) {
         require(JIRAFEAU_ROOT.'lib/template/footer.php');
         exit;
     } else {
-        if (hash_equals($link['key'], hash('sha256', $_POST['key']))) {
+        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']))) {
             $password_challenged = true;
         } else {
             sleep(2);

patrick-canterino.de