]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/settings.php
fixed locals
[jirafeau_project.git] / lib / settings.php
index 22a2a5a570086a2afe14bdd0c8adf249e4cb8399..b9a32a6ecb636ac15a9bdc2568e385b47748c351 100644 (file)
@@ -41,12 +41,15 @@ if ($cfg['debug'] === true) {
 
 /* Jirafeau package */
 define('JIRAFEAU_PACKAGE', 'Jirafeau');
 
 /* 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/');
 
 /* 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
 
 // helping variable to build absolute link to
 // root of the domain without handling the URL scheme

patrick-canterino.de