summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDennis1993 <marvin-wegener@outlook.com>2013-07-19 19:01:25 +0200
committerDennis1993 <marvin-wegener@outlook.com>2013-07-19 19:01:25 +0200
commit0009bd8e6cca708416b27a131d87e219955377b0 (patch)
tree37eb34b07ee3f3d61e09a8950538d8c1ab343883 /.htaccess
parentfd6b193c6e072339b5012945aae8b6aa2c0f95b7 (diff)
Update .htaccess
Delete a bugfix for PHP4, because the current version requires at least PHP 5.2.1. The case thus never occurs.
Diffstat (limited to '.htaccess')
-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>