diff options
author | Thomas B. <thomas@roundcube.net> | 2013-07-25 09:59:52 -0700 |
---|---|---|
committer | Thomas B. <thomas@roundcube.net> | 2013-07-25 09:59:52 -0700 |
commit | b2ddc5a314b7791dfd356201da60ed2ad8e27b1a (patch) | |
tree | b549eeb1052a607e2c15eb0630dc12ffbd254cb0 | |
parent | a6339fc491d263d09850baf52230474e59274d7f (diff) | |
parent | 0009bd8e6cca708416b27a131d87e219955377b0 (diff) |
Merge pull request #93 from Dennis1993/patch-2
Remove old bugfix for PHP4
-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> |