diff options
author | Dennis1993 <marvin-wegener@outlook.com> | 2013-07-19 19:01:25 +0200 |
---|---|---|
committer | Dennis1993 <marvin-wegener@outlook.com> | 2013-07-19 19:01:25 +0200 |
commit | 0009bd8e6cca708416b27a131d87e219955377b0 (patch) | |
tree | 37eb34b07ee3f3d61e09a8950538d8c1ab343883 /.htaccess | |
parent | fd6b193c6e072339b5012945aae8b6aa2c0f95b7 (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-- | .htaccess | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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> |