I want to try to change the max_input_vars limit from direct admin
I have also change the max_input_vars limit from php settings
But when I print the value of max_input_var from controller they have return 1000.
Anybody can describe what can I do?
I want to try to change the max_input_vars limit from direct admin
I have also change the max_input_vars limit from php settings
But when I print the value of max_input_var from controller they have return 1000.
Anybody can describe what can I do?
You can do it like this; ini_set('max_input_vars', 3000);