瀏覽代碼

Update php.sh

FusionPBX 5 年之前
父節點
當前提交
29a8a40040
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      debian/resources/php.sh

+ 1 - 1
debian/resources/php.sh

@@ -91,7 +91,7 @@ if [ ."$php_version" = ."7.3" ]; then
 fi
 fi
 sed 's#post_max_size = .*#post_max_size = 80M#g' -i $php_ini_file
 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#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
 #install ioncube
 if [ .$cpu_architecture = .'x86' ]; then
 if [ .$cpu_architecture = .'x86' ]; then