diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-09 21:57:00 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-09 21:57:00 +0000 |
| commit | 7553bfb1ff085e983cc5f69a78d6be666c65bc29 (patch) | |
| tree | 79ad3f24f0df3f590ab1cf190593ed903aa9a28b | |
| parent | 0efaf6cc6cdeaa13b2e220a0ea6bb698fb92577b (diff) | |
* using php_flag to turn it off (instead of php_value)
git-svn-id: https://svn.roundcube.net/trunk@2939 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/.htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/.htaccess b/roundcubemail/.htaccess index 19064fdca..73b740f93 100644 --- a/roundcubemail/.htaccess +++ b/roundcubemail/.htaccess @@ -13,7 +13,7 @@ php_value memory_limit 64M 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 +php_flag suhosin.session.encrypt Off php_value session.auto_start 0 php_value session.gc_maxlifetime 21600 @@ -35,7 +35,7 @@ SetOutputFilter DEFLATE <IfModule mod_headers.c> # replace 'append' with 'merge' for Apache version 2.2.9 and later -Header append Cache-Control public env=!NO_CACHE +#Header append Cache-Control public env=!NO_CACHE </IfModule> <IfModule mod_expires.c> |
