summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas B. <thomas@roundcube.net>2013-07-25 09:59:52 -0700
committerThomas B. <thomas@roundcube.net>2013-07-25 09:59:52 -0700
commitb2ddc5a314b7791dfd356201da60ed2ad8e27b1a (patch)
treeb549eeb1052a607e2c15eb0630dc12ffbd254cb0
parenta6339fc491d263d09850baf52230474e59274d7f (diff)
parent0009bd8e6cca708416b27a131d87e219955377b0 (diff)
Merge pull request #93 from Dennis1993/patch-2
Remove old bugfix for PHP4
-rw-r--r--.htaccess3
1 files changed, 0 insertions, 3 deletions
diff --git a/.htaccess b/.htaccess
index 481bd091a..97db56095 100644
--- a/.htaccess
+++ b/.htaccess
@@ -21,9 +21,6 @@ php_flag session.auto_start Off
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>