mirror of
https://github.com/nextcloud/server.git
synced 2026-07-16 13:23:11 -04:00
Merge pull request #18451 from RealRancor/fix_php_value
Fix .htaccess: php_value should be integer
This commit is contained in:
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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue