X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/4949c8e357228fa7aaea909a411d912dba9b1782..d00f70e3fa9a3a15bf4d9ba09eaa11bb8868bda7:/lib/settings.php diff --git a/lib/settings.php b/lib/settings.php index b9a32a6..494dfd2 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -49,7 +49,6 @@ 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