From 89648eefada42d7042dbf431ae095ecd8c66fe47 Mon Sep 17 00:00:00 2001 From: Kevin Fourie Date: Thu, 31 May 2007 19:20:42 +0000 Subject: [PATCH] KTS-123 "Add Document: Uploading file > PHP POST limit" Updated .htaccess file. This fix may help with some other warning issues popping up recently. --- .htaccess | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/.htaccess b/.htaccess index b1b6218..0997791 100644 --- a/.htaccess +++ b/.htaccess @@ -72,6 +72,7 @@ php_value post_max_size 2000M php_value memory_limit -1 php_value max_input_time -1 php_value max_execution_time 0 +php_value error_reporting 5 php_value upload_max_filesize -1 @@ -79,6 +80,7 @@ php_value post_max_size 2000M php_value memory_limit -1 php_value max_input_time -1 php_value max_execution_time 0 +php_value error_reporting 5 -- libgit2 0.21.4