Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-05-10 03:13:59 +0400
committerThomas Tanghus <thomas@tanghus.net>2013-05-10 03:13:59 +0400
commit78559c0863dad56ddf71f1e4c296fabe0e75de35 (patch)
tree54eed69885e86dcdace791cd4bab2f9c9829bd20 /.htaccess
parentc112ac440822c354818e3b904194c957b580b608 (diff)
disable mbstring.func_overload
Diffstat (limited to '.htaccess')
-rwxr-xr-x.htaccess1
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>