]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/settings.php
Jirafeau version 4.0.0
[jirafeau_project.git] / lib / settings.php
index 2c30ed4992cfae757057b051e7898b1acf62cda3..b0688137baeb82a6544d75ecb3c56971e0c7793a 100644 (file)
@@ -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', '4.0.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

patrick-canterino.de