0

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

enter image description here

But when I print the value of max_input_var from controller they have return 1000.

enter image description here

enter image description here

Anybody can describe what can I do?

Hamid Raza
  • 28
  • 1
  • 6

1 Answers1

0

You can do it like this; ini_set('max_input_vars', 3000);