diff options
author | friendica <info@friendica.com> | 2013-07-26 03:50:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-26 03:50:46 -0700 |
commit | 53118a43522d70258a4913709d9cd056f4cb5438 (patch) | |
tree | b3b630555b014be0ee8759cb1935ea04e8a06d8e /include | |
parent | 7f87da68baa38705b4d5080d3789be8af44b0795 (diff) | |
download | volse-hubzilla-53118a43522d70258a4913709d9cd056f4cb5438.tar.gz volse-hubzilla-53118a43522d70258a4913709d9cd056f4cb5438.tar.bz2 volse-hubzilla-53118a43522d70258a4913709d9cd056f4cb5438.zip |
add gz to access denied files to block rotated logs from public access
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 7369de80a..e870f73b7 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1605,7 +1605,8 @@ function build_sync_packet($uid = 0, $packet = null) { function process_channel_sync_delivery($sender,$arr,$deliveries) { -// FIXME - this will sync red structures. Eventually we need to make this application agnostic. +// FIXME - this will sync red structures (channel, pconfig and abook). Eventually we need to make this application agnostic. +// TODO: missing group membership changes $result = array(); |