]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - f.php
[FEATURE] Install script: Simplify config generation
[jirafeau_mojo42.git] / f.php
diff --git a/f.php b/f.php
index a272ad54f7db7daa98685cbeb34020ffd14ba375..a97718f9387a4ddd11f8d0563ee58ef4a11a57b3 100644 (file)
--- a/f.php
+++ b/f.php
  */
 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 '<div class="error"><p>' . t('Access denied') .
             '</p></div>';

patrick-canterino.de