X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/261af8ac3be2c4d9fbdae0f25c036440833d746c..e50e02ff0e77b25298ef4835052bc2942d92e9a4:/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; }