X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/53390fef42f7b3430b5ed5a65ace28921cb33a6a..b5e3da64d80fb8ad7e2d8b388179e123c0f4aa89:/f.php diff --git a/f.php b/f.php index e7d2241..2a5a6da 100644 --- 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');