diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-30 10:39:53 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-30 10:39:53 +0200 |
commit | dcd822bc9623eeb3f467ce1d6d70224dc8a2a732 (patch) | |
tree | c2ff58a568bc418cc3f8bf25d452fbc76cb11866 | |
parent | 4a4a962202f74ccabfcf594ff0696ac5886148db (diff) | |
parent | fb66a5f604b3319227992acf789d7cb3ad3b1802 (diff) | |
download | nextcloud-server-dcd822bc9623eeb3f467ce1d6d70224dc8a2a732.tar.gz nextcloud-server-dcd822bc9623eeb3f467ce1d6d70224dc8a2a732.zip |
Merge pull request #19453 from RealRancor/output_buf_user_ini
Also set output_buffering in .user.ini to 0
-rw-r--r-- | .user.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.user.ini b/.user.ini index 66bf6484fe2..68ef3e8672c 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=off
\ No newline at end of file +output_buffering=0 |