PDA

View Full Version : Curl Cron Jobs



Tavicu
09-16-2011, 07:02 AM
Hello.

I have a problem and i can't fix it.

I need to add two cron jobs:
0 * * * * curl -o --url "http://flarethemes.com/admin/index.php?mod=cron_jobs&cron_key=8d6080f790182df405b4923402a4c947" > /dev/null 2>&1
* * * * * curl -o --url "http://flarethemes.com/admin/index.php?mod=cron_jobs&cron_key=8d6080f790182df405b4923402a4c947&run_only=helpdesk_ticket_import" > /dev/null 2>&1

But i don't know why they are not working.

I asked the support about it but they say everything is ok.

Can someone help me please?

Thanks.