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
This commit is contained in:
Lukas Reschke 2015-03-26 17:07:26 +01:00
parent 02ffc6c6ee
commit 73af302d39
1 changed files with 0 additions and 1 deletions

View File

@ -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.