From 4b20e2871897ad4a0e9bbb7a7b1b83cbcfa01efb Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 27 Aug 2009 06:53:46 +0000 Subject: Don't set php_value error_log in .htaccess by default --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 109084878..19064fdca 100644 --- a/.htaccess +++ b/.htaccess @@ -4,7 +4,7 @@ AddType text/x-component .htc php_flag display_errors Off php_flag log_errors On -php_value error_log logs/errors +# php_value error_log logs/errors php_value upload_max_filesize 5M php_value post_max_size 6M -- cgit v1.2.3