Merge pull request #18451 from RealRancor/fix_php_value

Fix .htaccess: php_value should be integer
This commit is contained in:
Thomas Müller 2015-09-30 10:39:34 +02:00
commit 4a4a962202

View file

@ -28,7 +28,7 @@
php_value mbstring.func_overload 0
php_value always_populate_raw_post_data -1
php_value default_charset 'UTF-8'
php_value output_buffering off
php_value output_buffering 0
<IfModule mod_env.c>
SetEnv htaccessWorking true
</IfModule>