diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-02 00:16:24 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-02 00:16:24 +0000 |
| commit | 378c18921da7b9b701ff515dc75c9a0c551e9df0 (patch) | |
| tree | a56e8129d06900b9b1c02fefdcd495656b6d7b01 | |
| parent | 36d8d4093bab35f74be0ea74bae22037108fbad9 (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/.htaccess | 4 |
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|\~)$"> |
