From: Lukas Reschke Date: Thu, 26 Mar 2015 16:07:26 +0000 (+0100) Subject: Remove custom `arg_separator.output` X-Git-Tag: v8.1.0alpha1~159^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=73af302d3985832a0b906ae22ea4fb3bd4e3024b;p=nextcloud-server.git Remove custom `arg_separator.output` This seems unrequired nowadays and like a legacy fragment. It should be safe to remove. Fixes https://github.com/owncloud/core/issues/14782 --- diff --git a/lib/base.php b/lib/base.php index da4b3a47c75..c52cff021c9 100644 --- a/lib/base.php +++ b/lib/base.php @@ -504,7 +504,6 @@ class OC { } date_default_timezone_set('UTC'); - ini_set('arg_separator.output', '&'); //try to configure php to enable big file uploads. //this doesn´t work always depending on the webserver and php configuration.