From d51c93b43e4b24b56e5c225154be4a60fcb418c6 Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 1 Jun 2009 07:21:14 +0000 Subject: - get rid of some hardcoded action names and move decission about output compression to the user --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.htaccess') 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 -- cgit v1.2.3