URL: <https://savannah.nongnu.org/support/?109663>
Summary: $sys_trackers_attachments_dir does not respect $sys_appdatadir overrides in .savane.conf.php Project: Savannah Administration Submitted by: apjanke Submitted on: Thu 28 Mar 2019 11:32:10 PM EDT Category: Savannah website Priority: 5 - Normal Severity: 2 - Minor Status: None Assigned to: None Originator Email: Operating System: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: $sys_trackers_attachments_dir is initialized like this in include/init.php: ``` $sys_trackers_attachments_dir = $sys_appdatadir . '/trackers_attachments'; ``` But this is done before .savane.conf.php is read, so it doesn't pick up user overrides to $sys_appdatadir. Is this intentional? Is the user supposed to configure $sys_trackers_attachments_dir separately? _______________________________________________________ Reply to this item at: <https://savannah.nongnu.org/support/?109663> _______________________________________________ Message sent via Savannah https://savannah.nongnu.org/