From f7cb4752610181cc8a30485fcd4187a86ac8426d Mon Sep 17 00:00:00 2001 From: Blackeye <> Date: Sun, 11 Aug 2024 15:30:25 +0200 Subject: [PATCH] deleted local_setting from php --- lib/settings.php | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1