From 53118a43522d70258a4913709d9cd056f4cb5438 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 26 Jul 2013 03:50:46 -0700 Subject: add gz to access denied files to block rotated logs from public access --- include/zot.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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(); -- cgit v1.2.3