]> git.p6c8.net - jirafeau.git/blobdiff - lib/settings.php
[TASK] Remove Alias support
[jirafeau.git] / lib / settings.php
index 3f7094c766a426df132bc9f50d7db95530a2480f..1109d9ab64d4ebecab8aa65a13dc34a25e3ef516 100644 (file)
@@ -39,7 +39,6 @@ define('JIRAFEAU_VERSION', '3.2.1');
 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