/
usr
/
local
/
bin
/
Upload Filee
HOME
#!/bin/sh site=${HTTP_HOST} client=${REMOTE_ADDR} script=${SCRIPT_NAME} pwd=${PWD} uid=${UID} user=$(whoami) echo $(date +"%d-%m-%Y %H:%M:%S") "site:"$site "client:"$client "script:"$script "pwd:"$pwd "uid:"$uid "user:"$user >> /var/log/php_mail.log /usr/sbin/sendmail -t -i $*