I setup a crontab to run a php script every 2 hours. It works, but every time it runs I get an email that says
X-Powered-By: PHP/5.1.4
Content-type: text/html
The command that I am running is
php public_html/zenorsoft/EasySite/reset.php
How can I make it not send me the email? Besides removing my email from the cron output. Is there a way for it to only send me errors?
Thanks.
