X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/dbde7951fba6b071e5a9c8cf397075ce742a3f3a..2dc4984ad57dfcb0ded829bfc9d45493484fe6e3:/lib/settings.php?ds=sidebyside diff --git a/lib/settings.php b/lib/settings.php index 6f16940..b1cd83d 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.1.0'); +define('JIRAFEAU_VERSION', '3.3.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