From f22c2cefb4c7f8b1a995d5de6f706d49861c473c Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Tue, 12 May 2009 10:10:30 -0400
Subject: [PATCH] Really, really logout (fixes r2467).

---
 .htaccess |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/.htaccess b/.htaccess
index 9f8d22c..36d5748 100644
--- a/.htaccess
+++ b/.htaccess
@@ -18,12 +18,10 @@
 php_value	session.gc_maxlifetime	21600
 php_value	session.gc_divisor	500
 php_value	session.gc_probability	1
-</IfModule>
 
-<FilesMatch "(\.inc|\~)$">
-  Order allow,deny
-  Deny from all
-</FilesMatch>
+# http://bugs.php.net/bug.php?id=30766
+php_value	mbstring.func_overload	0
+</IfModule>
 
 <IfModule mod_rewrite.c>
 RewriteEngine On

--
Gitblit v1.9.1