X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/4aa503f3fb44503b2f6fbe6abdfeaf71411e7e55..f90fb205aba25e0f599e3140a1e6b3ebcb1972a2:/lib/settings.php diff --git a/lib/settings.php b/lib/settings.php index 2cf7d0f..b9a32a6 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -41,7 +41,7 @@ if ($cfg['debug'] === true) { /* Jirafeau package */ define('JIRAFEAU_PACKAGE', 'Jirafeau'); -define('JIRAFEAU_VERSION', '4.6.0'); +define('JIRAFEAU_VERSION', '4.6.x-dev'); define('JIRAFEAU_WEBSITE', 'https://gitlab.com/jirafeau/Jirafeau'); @@ -49,6 +49,7 @@ define('JIRAFEAU_WEBSITE', 'https://gitlab.com/jirafeau/Jirafeau'); define('VAR_FILES', $cfg['var_root'] . 'files/'); define('VAR_LINKS', $cfg['var_root'] . 'links/'); define('VAR_ASYNC', $cfg['var_root'] . 'async/'); +define('VAR_LOCAL', $cfg['var_root'] . 'local/'); // helping variable to build absolute link to // root of the domain without handling the URL scheme