X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/3d173b4f09a23bf284010007cfc7339794d28d55..6d6b9ccba088c21f22c2b0fa2830dda332662e59:/lib/settings.php diff --git a/lib/settings.php b/lib/settings.php index 2c30ed4..20a035b 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -33,13 +33,12 @@ if (file_exists(JIRAFEAU_ROOT . 'lib/config.local.php')) { /* Jirafeau package */ define('JIRAFEAU_PACKAGE', 'Jirafeau'); -define('JIRAFEAU_VERSION', '3.2.0'); +define('JIRAFEAU_VERSION', '3.4.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_ALIAS', $cfg['var_root'] . 'alias/'); // helping variable to build absolute link to // root of the domain without handling the URL scheme