X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/53390fef42f7b3430b5ed5a65ace28921cb33a6a..bbc830990c1a38deceae30553dd1f08def3a1c92:/f.php?ds=sidebyside 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');