disable mbstring.func_overload

remotes/origin/stable6
Thomas Tanghus 12 years ago
parent c112ac4408
commit 78559c0863
  1. 1
      .htaccess

@ -12,6 +12,7 @@ ErrorDocument 404 /core/templates/404.php
php_value upload_max_filesize 513M php_value upload_max_filesize 513M
php_value post_max_size 513M php_value post_max_size 513M
php_value memory_limit 512M php_value memory_limit 512M
php_value mbstring.func_overload 0
<IfModule env_module> <IfModule env_module>
SetEnv htaccessWorking true SetEnv htaccessWorking true
</IfModule> </IfModule>

Loading…
Cancel
Save