mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 16:35:37 -05:00
Removing ini charset override due to shared hosting issues
This commit is contained in:
parent
07dc0b2fdf
commit
691306cf4e
1 changed files with 0 additions and 3 deletions
|
|
@ -472,9 +472,6 @@ class OC {
|
|||
@ini_set('post_max_size', '10G');
|
||||
@ini_set('file_uploads', '50');
|
||||
|
||||
// setting charset to UTF8
|
||||
@ini_set('default_charset', 'UTF-8');
|
||||
|
||||
self::handleAuthHeaders();
|
||||
|
||||
self::initPaths();
|
||||
|
|
|
|||
Loading…
Reference in a new issue