I'm developing a simple cPanel plugin using LivePHP that runs a couple of bash commands via shell_exec().
When I run it I get this error ...
/usr/local/cpanel/3rdparty/etc/php.ini has this setting ...
So I can't work out why the plugin says that shell_exec() has been disabled.
Which php.ini file does LivePHP use?
When I run it I get this error ...
PHP:
Warning: shell_exec() has been disabled for security reasons in /usr/local/cpanel/base/frontend/x3/mypluginname/myfilename.livephp on line x
PHP:
disable_functions = ;
Which php.ini file does LivePHP use?