X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/8e9d60538daf0439c2fccee55c91a044bba3736f..3e79bc188ef0d5b603b26163c0d0048c9310ec4c:/script.php diff --git a/script.php b/script.php index b968540..1d420b6 100755 --- a/script.php +++ b/script.php @@ -25,7 +25,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');