Tag Archives: shell

PHP Shell Execution Reminder

If you are using PHP to execute a custom-written shell script, keep in mind that the $PATH for the web server’s user can be different than the user account you’re using to execute it. Meaning, if it doesn’t behave properly, … Continue reading

Posted in PHP | Tagged , | Leave a comment