]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/settings.php
modularization step 1 - add easy to move files
[jirafeau_project.git] / lib / settings.php
index 494dfd28f896314022e3a6cfb826835ae8840ea7..b9a32a6ecb636ac15a9bdc2568e385b47748c351 100644 (file)
@@ -49,6 +49,7 @@ define('JIRAFEAU_WEBSITE', 'https://gitlab.com/jirafeau/Jirafeau');
 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

patrick-canterino.de