]> git.p6c8.net - jirafeau.git/blobdiff - f.php
Fix config parameter and rename config.php
[jirafeau.git] / f.php
diff --git a/f.php b/f.php
index e7d22416e3de1c54fa505555520223f59798b714..2a5a6dad35b68a786ff85540df7af799fc772e52 100644 (file)
--- a/f.php
+++ b/f.php
@@ -20,7 +20,7 @@
 define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/');
 
 require (JIRAFEAU_ROOT . 'lib/lang.php');
-require (JIRAFEAU_ROOT . 'lib/config.php');
+require (JIRAFEAU_ROOT . 'lib/config.original.php');
 require (JIRAFEAU_ROOT . 'lib/settings.php');
 require (JIRAFEAU_ROOT . 'lib/functions.php');
 

patrick-canterino.de