Issue :

All PHP shell functions need to be stopped.

Solution :

1. Locate the php.ini file

php -i | grep php.ini

2. Open it with your favorite editor and put the following :

disable_functions = ” “

Or add functions that you want to disable.


Shares
Contact Us On WhatsApp