X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/c4535e17085d01528d4216e1908258d552e2d80d..c147db2590b6add287eac571b1ce751be734b2ea:/install.php diff --git a/install.php b/install.php index df4f106..2d7afd9 100644 --- a/install.php +++ b/install.php @@ -18,8 +18,7 @@ * along with this program. If not, see . */ define ('JIRAFEAU_ROOT', dirname (__FILE__) . '/'); -define ('NL', "\n"); -define ('QUOTE', "'"); + define ('JIRAFEAU_CFG', JIRAFEAU_ROOT . 'lib/config.local.php'); define ('JIRAFEAU_VAR_RAND_LENGTH', 15);