summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-02 00:16:24 +0000
committertill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-02 00:16:24 +0000
commit378c18921da7b9b701ff515dc75c9a0c551e9df0 (patch)
treea56e8129d06900b9b1c02fefdcd495656b6d7b01
parent36d8d4093bab35f74be0ea74bae22037108fbad9 (diff)
* corrected a mistake I made on my last commit when i forced auto_start to "1", but of course it has to be "0"/off (thanks "the_glu@freenode")
git-svn-id: https://svn.roundcube.net/trunk@983 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/.htaccess b/roundcubemail/.htaccess
index e8e090d6d..87a67c8dd 100644
--- a/roundcubemail/.htaccess
+++ b/roundcubemail/.htaccess
@@ -8,7 +8,7 @@ AddType text/x-component .htc
php_value upload_max_filesize 5M
php_value post_max_size 6M
php_value memory_limit 64M
- php_value session.auto_start 1
+ php_value session.auto_start 0
</IfModule>
<IfModule mod_php5.c>
@@ -18,7 +18,7 @@ AddType text/x-component .htc
php_value upload_max_filesize 5M
php_value post_max_size 6M
php_value memory_limit 64M
- php_value session.auto_start 1
+ php_value session.auto_start 0
</IfModule>
<FilesMatch "(\.inc|\~)$">