diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-03-26 19:41:22 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-03-26 19:41:22 +0100 |
commit | 3e57e9d3e557100ba0b51f08a3de7a7e8f79f4bd (patch) | |
tree | ac8ea699cb19c4f2ae0e48fa24af1ff40503d383 | |
parent | 70e64822b985763c2029681b870c023c16598412 (diff) | |
parent | 73af302d3985832a0b906ae22ea4fb3bd4e3024b (diff) | |
download | nextcloud-server-3e57e9d3e557100ba0b51f08a3de7a7e8f79f4bd.tar.gz nextcloud-server-3e57e9d3e557100ba0b51f08a3de7a7e8f79f4bd.zip |
Merge pull request #15232 from owncloud/remove-arg-separator-magic
Remove custom `arg_separator.output`
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 6b5228776e8..66dd4f20f04 100644 --- a/lib/base.php +++ b/lib/base.php @@ -534,7 +534,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. |