I am trying to run a shell from one of my controllers in a PHP codeigniter applications,
I am trying to run the file /x/sh/xpay4.sh
however I just get 127 returned to the screen, I can even use basic commands like ls
or pwd
can any suggest why this would be, I thought it might be safe_mode when I ini_get('safe_mode')
it returns 1