Fix .htaccess: php_value should be integer

This commit is contained in:
RealRancor 2015-08-20 11:24:28 +02:00
parent 90810cc605
commit c3dfa3ccad
1 changed files with 1 additions and 1 deletions

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>