X-Git-Url: https://git.p6c8.net/jirafeau/jirafeau.git/blobdiff_plain/6e0e58c61a8130b3af0587bbf4f6fce3d334386d..b2a6694cd0bb0d0e07610cd408e80698f62680c4:/script.php diff --git a/script.php b/script.php index d28bc02..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 && hash('sha256',$key) != $link['key']) { + if (strlen($link['key']) > 0 && hash('sha256', $key) != $link['key']) { sleep(2); echo 'Error 10'; exit;