From: Blackeye <> Date: Sun, 11 Aug 2024 13:30:25 +0000 (+0200) Subject: deleted local_setting from php X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/refs/heads/f_modularization_wip deleted local_setting from php --- diff --git a/lib/settings.php b/lib/settings.php index 62cbba7..22a2a5a 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -47,7 +47,6 @@ define('JIRAFEAU_VERSION', '4.6.0'); 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