Merge pull request #15232 from owncloud/remove-arg-separator-magic

Remove custom `arg_separator.output`
This commit is contained in:
Lukas Reschke 2015-03-26 19:41:22 +01:00
commit 3e57e9d3e5
1 changed files with 0 additions and 1 deletions

View File

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