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 |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.htaccess b/.htaccess
index c0ab7f0..8130beb 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,7 +1,6 @@
-php_flag   display_errors 	On
-php_value  session.gc_maxlifetime  21600
-php_value  session.gc_divisor   500
-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