]> git.p6c8.net - jirafeau_project.git/blobdiff - index.php
Fix config parameter and rename config.php
[jirafeau_project.git] / index.php
index 5f7f6ff198731d27397d91d28c68a6a8a992a182..9b2e4f66b1df62514cf3edbb9cb2a2e38d2bc069 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -20,7 +20,7 @@
  */
 define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/');
 
-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');
 require (JIRAFEAU_ROOT . 'lib/lang.php');

patrick-canterino.de