diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-05-11 02:01:19 -0700 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-05-11 02:01:19 -0700 |
commit | ea88e295d39275ff04aa5b8bbd98b0abfb6ec4aa (patch) | |
tree | fad0c5d0c5d2c3c4b9a8daba398941f8e243ae87 | |
parent | f3f74f826acc149385ae9c8480da04128b470080 (diff) | |
parent | 78559c0863dad56ddf71f1e4c296fabe0e75de35 (diff) | |
download | nextcloud-server-ea88e295d39275ff04aa5b8bbd98b0abfb6ec4aa.tar.gz nextcloud-server-ea88e295d39275ff04aa5b8bbd98b0abfb6ec4aa.zip |
Merge pull request #3296 from owncloud/disable_mbstring.func_overload
disable mbstring.func_overload
-rwxr-xr-x | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess index 201e0d605b7..08e2a82facb 100755 --- a/.htaccess +++ b/.htaccess @@ -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> |