From a8b87f6410adce13ebba4fe70f98adaf9353747f Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 25 May 2006 14:39:21 -0400
Subject: [PATCH] Changed default error display to Off

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

diff --git a/.htaccess b/.htaccess
index 8130beb..31495a4 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,6 +1,6 @@
 # AddDefaultCharset	UTF-8
-php_flag	display_errors	On
-php_value	upload_max_filesize	2m
+php_flag	display_errors	Off
+php_value	upload_max_filesize	2M
 
 <FilesMatch "(\.inc|\~)$|^_">
   Order allow,deny

--
Gitblit v1.9.1