diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2013-05-10 02:13:59 +0300 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2013-05-10 02:13:59 +0300 |
commit | 78559c0863dad56ddf71f1e4c296fabe0e75de35 (patch) | |
tree | 54eed69885e86dcdace791cd4bab2f9c9829bd20 /.htaccess | |
parent | c112ac440822c354818e3b904194c957b580b608 (diff) | |
download | nextcloud-server-78559c0863dad56ddf71f1e4c296fabe0e75de35.tar.gz nextcloud-server-78559c0863dad56ddf71f1e4c296fabe0e75de35.zip |
disable mbstring.func_overload
Diffstat (limited to '.htaccess')
-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> |