X-Git-Url: https://git.p6c8.net/jirafeau/pcanterino.git/blobdiff_plain/f13207503ad0262c4fba3f5cb47d01dcf73f71c5..9e0eb7719c3ce8dd8052b4c29da5c60033fc1389:/script.php diff --git a/script.php b/script.php index ae57449..301ebe8 100644 --- a/script.php +++ b/script.php @@ -183,7 +183,7 @@ if (isset($_FILES['file']) && is_writable(VAR_FILES) echo 'Error 9'; exit; } - if (strlen($link['key']) > 0 && md5($key) != $link['key']) { + if (strlen($link['key']) > 0 && hash('sha256', $key) != $link['key']) { sleep(2); echo 'Error 10'; exit;