X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/fb236a34dfabf938ecc5aa35e474407f9bb7e37d..4949c8e357228fa7aaea909a411d912dba9b1782:/lib/settings.php?ds=inline diff --git a/lib/settings.php b/lib/settings.php index 494dfd2..b9a32a6 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -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