Cron job command
Hi,
I'm trying to setup a cron job via cpanel. I'm a bit confused on which command to use. I found in the knowledge base that wget is blocked. Which of the following would be the best to use?
/usr/bin/lynx -source http://example.com/cron.php
curl --silent --compressed http://example.com/cron.php
It's for a drupal site to run cron.
Thanks.