mirror of
https://github.com/nextcloud/server.git
synced 2026-03-11 02:41:25 -04:00
Merge pull request #3296 from owncloud/disable_mbstring.func_overload
disable mbstring.func_overload
This commit is contained in:
commit
ea88e295d3
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ ErrorDocument 404 /core/templates/404.php
|
|||
php_value upload_max_filesize 513M
|
||||
php_value post_max_size 513M
|
||||
php_value memory_limit 512M
|
||||
php_value mbstring.func_overload 0
|
||||
<IfModule env_module>
|
||||
SetEnv htaccessWorking true
|
||||
</IfModule>
|
||||
|
|
|
|||
Loading…
Reference in a new issue