From a8b87f6410adce13ebba4fe70f98adaf9353747f Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 25 May 2006 18:39:21 +0000 Subject: Changed default error display to Off --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 8130bebf7..31495a4c6 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 Order allow,deny -- cgit v1.2.3