X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/1434d8a1792b19ec14c58ab77342afaac4aa8121..e6d26926c830c7893898e82a0ba8fbd0f46364db:/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);