X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/13b2c3e0ba6e6a114bfbe4df346b18b87ef52ff6..4e0365d789b224bb0cf31e7a92162e05d08c79f3:/lib/settings.php?ds=inline diff --git a/lib/settings.php b/lib/settings.php index 3f7094c..48fbd40 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.1'); +define('JIRAFEAU_VERSION', '3.4.1'); /* 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