From 4359da381fd2daac2e91f3f92686e1c9f019c286 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 19 Mar 2021 23:03:56 -0600 Subject: [PATCH] Update php.sh --- ubuntu/resources/php.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/resources/php.sh b/ubuntu/resources/php.sh index be0935c..6eead38 100755 --- a/ubuntu/resources/php.sh +++ b/ubuntu/resources/php.sh @@ -76,6 +76,7 @@ if [ ."$php_version" = ."7.4" ]; 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 sed 's#; max_input_vars = .*#max_input_vars = 8000#g' -i $php_ini_file #install ioncube