aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-26 03:50:46 -0700
committerfriendica <info@friendica.com>2013-07-26 03:50:46 -0700
commit53118a43522d70258a4913709d9cd056f4cb5438 (patch)
treeb3b630555b014be0ee8759cb1935ea04e8a06d8e /include/zot.php
parent7f87da68baa38705b4d5080d3789be8af44b0795 (diff)
downloadvolse-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/zot.php')
-rw-r--r--include/zot.php3
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();