From b2ddc5a314b7791dfd356201da60ed2ad8e27b1a Mon Sep 17 00:00:00 2001
From: Thomas B. <thomas@roundcube.net>
Date: Thu, 25 Jul 2013 12:59:52 -0400
Subject: [PATCH] Merge pull request #93 from Dennis1993/patch-2

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

diff --git a/.htaccess b/.htaccess
index 481bd09..97db560 100644
--- a/.htaccess
+++ b/.htaccess
@@ -21,9 +21,6 @@
 php_value	session.gc_maxlifetime	21600
 php_value	session.gc_divisor	500
 php_value	session.gc_probability	1
-
-# http://bugs.php.net/bug.php?id=30766
-php_value	mbstring.func_overload	0
 </IfModule>
 
 <IfModule mod_rewrite.c>

--
Gitblit v1.9.1