Hieronder staat een voorbeeld file, genaamd .user.ini Hiermee kun je de PHP variable aanpassen.
# SB increase PHP max upload size so we can upload files larger than 2 MB
upload_max_filesize = 32M
post_max_size = 32Mmemory_limit = 96
Mmax_execution_time = 120
max_input_time = 120
allow_url_fopen = On
max_input_vars = 3000
# Opmerking InterNLnet: Suhosin niet aanwezig, niet nodig om in te stellen
# PHP 5.6: suhosin.perdir must be set to "p" for this to work
#suhosin.request.max_vars = 3000
#suhosin.post.max_vars = 3000