From 6ca48d457d8994d338f5b375209dcbb7fd346560 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 26 Aug 2009 17:08:42 +0000 Subject: [PATCH] allow to add further options behind type, separated with a colon --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 6956d0225c..7408cee466 100644 --- a/.htaccess +++ b/.htaccess @@ -11,7 +11,7 @@ php_flag register_globals Off php_flag magic_quotes_gpc Off php_flag magic_quotes_runtime Off # settings for the file upload, you might increase them further -php_value upload_max_filesize 16M +#php_value upload_max_filesize 16M # session handling: now the check for expired sessions is done on every 10th session creation php_flag session.use_trans_sid Off php_value session.gc_probability 1