Skip to content

Commit

Permalink
Adding max_input_vars to php.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ryokonorden authored Jun 13, 2024
1 parent 90e4a14 commit 9019749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom-php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ upload_max_filesize=${UPLOAD_MAX_FILESIZE}
post_max_size=${UPLOAD_MAX_FILESIZE}
memory_limit=${PHP_MEMORY_LIMIT}
max_execution_time=${PHP_MAX_EXECUTION_TIME}
max_input_vars=${PHP_MAX_INPUT_VARS}

0 comments on commit 9019749

Please sign in to comment.