Skip to content

Instantly share code, notes, and snippets.

@richerimage
Created November 23, 2015 11:17
Show Gist options
  • Save richerimage/b8d11912f0ba842a6370 to your computer and use it in GitHub Desktop.
Save richerimage/b8d11912f0ba842a6370 to your computer and use it in GitHub Desktop.
Max Input Vars
// php.ini
max_input_vars = 5000
suhosin.post.max_vars = 5000
suhosin.request.max_vars = 5000
# To see php info, create a file named info.php.
<?php phpinfo(); ?>
// Upload this file to root.
// Delete this file when you're done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment