From cead5c727147faac362e742aa7bcecf07f68cd99 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Thu, 18 May 2006 17:24:42 -0400 Subject: [PATCH] Updated CHANGELOG --- .htaccess | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index bb8fb50..8130beb 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,6 @@ -php_flag display_errors On -php_value upload_max_filesize 2m +# AddDefaultCharset UTF-8 +php_flag display_errors On +php_value upload_max_filesize 2m <FilesMatch "(\.inc|\~)$|^_"> Order allow,deny -- Gitblit v1.9.1