add new PHP 5.4 config var max_input_vars which need to be set higher for TranslationTools to work correctly, default seems to be 1000, set now to 3000

This commit is contained in:
Ralf Becker 2012-07-23 08:26:22 +00:00
parent 5668a6d9db
commit 70c4eff2d8

View File

@ -39,6 +39,7 @@ RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1
php_value upload_max_filesize 64M
php_admin_value upload_tmp_dir /tmp
php_value post_max_size 65M
php_value max_input_vars 3000
<Files ~ "\.inc\.php$">
Order allow,deny
Deny from all