Skip to content

Commit

Permalink
Fix max_input_vars redirect broken (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Nov 28, 2023
1 parent 0464408 commit 3756a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/errors.inc
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ function is_known_ini (string $ini): ?string {
'expose-php' => 'ini.core.php#ini.expose-php',
'max-execution-time' => 'info.configuration.php#ini.max-execution-time',
'max-input-time' => 'info.configuration.php#ini.max-input-time',
'max-input-vars' => 'info.configuration.php#ini.max-input-vars',
'max-input-nesting-level' => 'info.configuration.php#ini.max-input-nesting-level',
'memory-limit' => 'ini.core.php#ini.memory-limit',
'error-reporting' => 'errorfunc.configuration.php#ini.error-reporting',
Expand Down

0 comments on commit 3756a2b

Please sign in to comment.