X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/fd6783e626738e7b05728f67461475dcf227c37b..3dd6edd93eddde345882807fc7f10edeb4058ad7:/lib/settings.php 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