summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-03-26 17:07:26 +0100
committerLukas Reschke <lukas@owncloud.com>2015-03-26 17:07:26 +0100
commit73af302d3985832a0b906ae22ea4fb3bd4e3024b (patch)
tree21b6a0868f2ca9504c272116a07283bf0800813a /lib/base.php
parent02ffc6c6ee50145eec69f804123e3bef0ddeaa95 (diff)
downloadnextcloud-server-73af302d3985832a0b906ae22ea4fb3bd4e3024b.tar.gz
nextcloud-server-73af302d3985832a0b906ae22ea4fb3bd4e3024b.zip
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
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php1
1 files changed, 0 insertions, 1 deletions
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', '&amp;');
//try to configure php to enable big file uploads.
//this doesn´t work always depending on the webserver and php configuration.