Hi,
I'm trying to figure out if it is possible to make an exception to PHP's disable_function list for a specific user?
Enabled via CB:
The list is added to php.ini:
But I like to ALLOW some of these functions for a specific user.
How do I do that?
Thanks!
I'm trying to figure out if it is possible to make an exception to PHP's disable_function list for a specific user?
Enabled via CB:
The list is added to php.ini:
But I like to ALLOW some of these functions for a specific user.
How do I do that?
Thanks!