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:
parent
02ffc6c6ee
commit
73af302d39
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue