X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/86f660ae2759601c0973edacd5f72782d832a992..4a53554259c43793bb7035489da0e6bd79993b6e:/f.php diff --git a/f.php b/f.php index a272ad5..a97718f 100644 --- a/f.php +++ b/f.php @@ -19,10 +19,9 @@ */ define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/'); -require (JIRAFEAU_ROOT . 'lib/lang.php'); -require (JIRAFEAU_ROOT . 'lib/config.original.php'); require (JIRAFEAU_ROOT . 'lib/settings.php'); require (JIRAFEAU_ROOT . 'lib/functions.php'); +require (JIRAFEAU_ROOT . 'lib/lang.php'); if (!isset ($_GET['h']) || empty ($_GET['h'])) { @@ -180,6 +179,7 @@ if (!empty ($link['key'])) $password_challenged = true; else { + sleep (2); require (JIRAFEAU_ROOT.'lib/template/header.php'); echo '

' . t('Access denied') . '

';