X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/60530d95ccf26f833db80b08c2a0a456f69e3aad..65a2f5a4f5d109f6292dbcac49026fe21e98b571:/script.php?ds=sidebyside diff --git a/script.php b/script.php index cafd10c..b9a6e92 100644 --- a/script.php +++ b/script.php @@ -189,6 +189,7 @@ elseif (isset ($_GET['h'])) } if (strlen ($link['key']) > 0 && md5 ($key) != $link['key']) { + sleep (2); echo 'Error'; exit; }