From 78559c0863dad56ddf71f1e4c296fabe0e75de35 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Fri, 10 May 2013 02:13:59 +0300 Subject: disable mbstring.func_overload --- .htaccess | 1 + 1 file changed, 1 insertion(+) 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 SetEnv htaccessWorking true -- cgit v1.2.3