From 9b46e3b3d5f07187f43ebcd8e9babf2304a21fb7 Mon Sep 17 00:00:00 2001 From: Lukas Reschke <lukas@owncloud.com> Date: Sat, 21 Feb 2015 12:17:59 +0100 Subject: [PATCH] Add expected values to default config as well --- .htaccess | 1 + .user.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index cf9af3f72d..0ec0fc0134 100644 --- a/.htaccess +++ b/.htaccess @@ -14,6 +14,7 @@ php_value memory_limit 512M php_value mbstring.func_overload 0 php_value always_populate_raw_post_data -1 php_value default_charset 'UTF-8' +php_value output_buffering false <IfModule mod_env.c> SetEnv htaccessWorking true </IfModule> diff --git a/.user.ini b/.user.ini index ef440b53fe..f59c362945 100644 --- a/.user.ini +++ b/.user.ini @@ -4,3 +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 -- GitLab