From 5812134c2a4569cf14c5173272411c5569ae5044 Mon Sep 17 00:00:00 2001 From: till Date: Fri, 1 Feb 2008 23:07:49 +0000 Subject: * fixed #1484437 * also added it to check.php --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 4d5bb3d8a..e8e090d6d 100644 --- a/.htaccess +++ b/.htaccess @@ -8,6 +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 @@ -17,6 +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 -- cgit v1.2.3