diff options
author | alecpl <alec@alec.pl> | 2009-06-01 07:21:14 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-06-01 07:21:14 +0000 |
commit | d51c93b43e4b24b56e5c225154be4a60fcb418c6 (patch) | |
tree | 6ff1359de517f9f6dea04c5ebf2503b81be35825 /.htaccess | |
parent | c52d9afae0b029a2e66d5ba5f4e9253bb24e7202 (diff) |
- get rid of some hardcoded action names and move decission about output compression to the user
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |