Skip to content

Commit

Permalink
assign post_max_size to fix #1163
Browse files Browse the repository at this point in the history
  • Loading branch information
Lvl4Sword authored Nov 30, 2023
1 parent 7175a98 commit bf841e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions managePHP/phpManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def getCurrentPHPConfig(phpVersion):
max_execution_time = ""
upload_max_filesize = ""
max_input_time = ""
post_max_size = ""

command = "cat " + PHPManager.FindPHPFPMPath(phpVersion)

Expand Down

0 comments on commit bf841e1

Please sign in to comment.