From bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 05 Feb 2016 07:25:27 -0500 Subject: [PATCH] Secure also downloads of addressbook exports, managesieve script exports and Enigma keys exports --- plugins/redundant_attachments/config.inc.php.dist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/redundant_attachments/config.inc.php.dist b/plugins/redundant_attachments/config.inc.php.dist index a6d1ad4..47e8401 100644 --- a/plugins/redundant_attachments/config.inc.php.dist +++ b/plugins/redundant_attachments/config.inc.php.dist @@ -6,7 +6,7 @@ // to use memcache as a fallback when write-master is unavailable. $config['redundant_attachments_memcache'] = false; -// Attachment data expires after specied TTL time in seconds (max.2592000). +// Attachment data expires after specified TTL time in seconds (max.2592000). // Default is 12 hours. $config['redundant_attachments_cache_ttl'] = 12 * 60 * 60; -- Gitblit v1.9.1