]> git.p6c8.net - jirafeau_project.git/blobdiff - f.php
[FEATURE] Move config include into settings file
[jirafeau_project.git] / f.php
diff --git a/f.php b/f.php
index 02186024fa0873a1554ef98458ba1dfe2b7329c4..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']))
 {

patrick-canterino.de