diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-02-23 09:40:15 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-02-23 09:40:15 +0100 |
commit | 43641d917bccf135092521ebc972d4b57d9fba09 (patch) | |
tree | 4fad65c30f3b7d7f6bb525aa17b3a6ce9bf9e6f4 /.user.ini | |
parent | f63b09facae0e70010cc675aee960d4a0f826078 (diff) | |
download | nextcloud-server-43641d917bccf135092521ebc972d4b57d9fba09.tar.gz nextcloud-server-43641d917bccf135092521ebc972d4b57d9fba09.zip |
Use "off" and "off" instead of true booleans
Apparently a boolean in php.ini is according to the documentation "on" or "off"…
Fixes itself.
Diffstat (limited to '.user.ini')
-rw-r--r-- | .user.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.user.ini b/.user.ini index f59c3629455..66bf6484fe2 100644 --- a/.user.ini +++ b/.user.ini @@ -4,4 +4,4 @@ memory_limit=512M mbstring.func_overload=0 always_populate_raw_post_data=-1 default_charset='UTF-8' -output_buffering=false
\ No newline at end of file +output_buffering=off
\ No newline at end of file |