Browse Source

Update php.sh

FusionPBX 6 years ago
parent
commit
a1e94a036a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      devuan/resources/php.sh

+ 1 - 0
devuan/resources/php.sh

@@ -21,6 +21,7 @@ if [ ."$php_version" = ."7" ]; then
 fi
 sed 's#post_max_size = .*#post_max_size = 80M#g' -i $php_ini_file
 sed 's#upload_max_filesize = .*#upload_max_filesize = 80M#g' -i $php_ini_file
+sed 's#; max_input_vars = .*#max_input_vars = 8000#g' -i $php_ini_file
 
 #restart php-fpm
 if [ ."$php_version" = ."5" ]; then