From bac7d1742d45f256ded98656482ec9995e1c330a Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 18 Jul 2006 17:02:43 -0400
Subject: [PATCH] Fixed bugs #1364122, #1468895, ticket #1483811 and other minor bugs

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

diff --git a/.htaccess b/.htaccess
index 31495a4..9474105 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,7 @@
 # AddDefaultCharset	UTF-8
 php_flag	display_errors	Off
+php_flag	log_errors	On
+php_value	error_log	logs/errors
 php_value	upload_max_filesize	2M
 
 <FilesMatch "(\.inc|\~)$|^_">

--
Gitblit v1.9.1