From 378c18921da7b9b701ff515dc75c9a0c551e9df0 Mon Sep 17 00:00:00 2001 From: till Date: Sat, 2 Feb 2008 00:16:24 +0000 Subject: * 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 --- roundcubemail/.htaccess | 4 ++-- 1 file 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 @@ -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 -- cgit v1.2.3