From 875d69cbfe542263096928a8a7e73f973b4d4fd2 Mon Sep 17 00:00:00 2001 From: thomasb Date: Thu, 25 May 2006 18:39:21 +0000 Subject: Changed default error display to Off git-svn-id: https://svn.roundcube.net/trunk@252 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roundcubemail/.htaccess b/roundcubemail/.htaccess index 8130bebf7..31495a4c6 100644 --- a/roundcubemail/.htaccess +++ b/roundcubemail/.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 Order allow,deny -- cgit v1.2.3