Merge pull request #18451 from RealRancor/fix_php_value

Fix .htaccess: php_value should be integer
remotes/origin/certificate-external-storage-visibility
Thomas Müller 2015-09-30 10:39:34 +07:00
commit 4a4a962202
1 changed files with 1 additions and 1 deletions

@ -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>