Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-06-01 11:21:14 +0400
committeralecpl <alec@alec.pl>2009-06-01 11:21:14 +0400
commitd51c93b43e4b24b56e5c225154be4a60fcb418c6 (patch)
tree6ff1359de517f9f6dea04c5ebf2503b81be35825 /.htaccess
parentc52d9afae0b029a2e66d5ba5f4e9253bb24e7202 (diff)
- get rid of some hardcoded action names and move decission about output compression to the user
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 98c5fecaf..2d734690a 100644
--- a/.htaccess
+++ b/.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 0
+php_value zlib.output_compression 1
php_value magic_quotes_gpc 0
php_value zend.ze1_compatibility_mode 0
php_value suhosin.session.encrypt Off