From: Weblate Date: Fri, 13 Nov 2015 20:58:06 +0000 (+0100) Subject: Merge remote-tracking branch 'origin/master' X-Git-Tag: 1.1~5 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/3faa18e434ca9e4fa675d31e817d403016b6445a?hp=c4e741fcf19f57e832f239f56b3829f9e15e8ec0 Merge remote-tracking branch 'origin/master' --- diff --git a/f.php b/f.php index a272ad5..0218602 100644 --- a/f.php +++ b/f.php @@ -180,6 +180,7 @@ if (!empty ($link['key'])) $password_challenged = true; else { + sleep (2); require (JIRAFEAU_ROOT.'lib/template/header.php'); echo '

' . t('Access denied') . '

'; 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; }