]> git.p6c8.net - jirafeau.git/blobdiff - script.php
Merge remote-tracking branch 'origin/master'
[jirafeau.git] / script.php
index cafd10c10dbc6d793a7d522996c028cdf588bff0..b9a6e924ce79e73088a4578db1a6543b315d6a6f 100644 (file)
@@ -189,6 +189,7 @@ elseif (isset ($_GET['h']))
     }
     if (strlen ($link['key']) > 0 && md5 ($key) != $link['key'])
     {
+        sleep (2);
         echo 'Error';
         exit;
     }

patrick-canterino.de