Cron Running Twice?
I have the following cron job set up in cPanel with ServInt:
Code:
0 * * * * curl -s -o /dev/null http://www.example.com/some_script.php
On my old host this didn't happen, so I am confused as to how I would fix it. Any help is appreciated.