From 4b20e2871897ad4a0e9bbb7a7b1b83cbcfa01efb Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 27 Aug 2009 02:53:46 -0400
Subject: [PATCH] Don't set php_value error_log in .htaccess by default

---
 .htaccess |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.htaccess b/.htaccess
index 1090848..19064fd 100644
--- a/.htaccess
+++ b/.htaccess
@@ -4,7 +4,7 @@
 <IfModule mod_php5.c>
 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

--
Gitblit v1.9.1