Well, I have my application working wonderfully on my local server, but when I deployed it to the web server, I'm having trouble. Everything is working alright, but the exec function seems to be acting rather stupid. For example:
Code: Select all
exec('ls')
Code: Select all
sh: /ls: No such file or directory
Code: Select all
exec('/etc/ls')Extra info: Debian server, PHP 5, and all the commands work on command line.