X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/814a694cd2782c11983433ba053111c4743d07f3..de99ddc1846be903c5168b380d84c903e99aa98d:/lib/settings.php diff --git a/lib/settings.php b/lib/settings.php index 2c2235a..62cbba7 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -41,12 +41,13 @@ if ($cfg['debug'] === true) { /* Jirafeau package */ define('JIRAFEAU_PACKAGE', 'Jirafeau'); -define('JIRAFEAU_VERSION', '4.6.0-beta'); +define('JIRAFEAU_VERSION', '4.6.0'); /* Directories. */ 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