summaryrefslogtreecommitdiff
path: root/roundcubemail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-06-02 18:21:23 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-06-02 18:21:23 +0000
commit0eaabdb8494986401cfc0ee3028e829fb05fef92 (patch)
tree599a768a61265b4f7507045f0c927d5a90bfe7cb /roundcubemail
parent3ec260c3fb85b378e253d4958afe71d425ae4ed6 (diff)
- disable zlib.output_compression in default config
git-svn-id: https://svn.roundcube.net/trunk@2594 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
-rw-r--r--roundcubemail/.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/.htaccess b/roundcubemail/.htaccess
index 2d734690a..a30369db8 100644
--- a/roundcubemail/.htaccess
+++ b/roundcubemail/.htaccess
@@ -10,7 +10,7 @@ php_value upload_max_filesize 5M
php_value post_max_size 6M
php_value memory_limit 64M
-php_value zlib.output_compression 1
+php_value zlib.output_compression Off
php_value magic_quotes_gpc 0
php_value zend.ze1_compatibility_mode 0
php_value suhosin.session.encrypt Off