X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/c0148db53bacf76d96f36fbf6c7e07f92ed6c7c5..b313695abdb9dcdc18b4e618da45d37c354270c2:/lib/settings.php?ds=sidebyside diff --git a/lib/settings.php b/lib/settings.php index 22a2a5a..b9a32a6 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -41,12 +41,15 @@ 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'); /* 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