Crontab on xenforo

netkingZ

Active member
I need to call a page via crontab which is located inside the library folder in the add-on that I'm creating. I wrote this in txt format but does not work:

Code:
43 13 * * * root /usr/bin/lynx http://try.it/xenforo/library/xD/Listener/xDD.php

how can I fix it?
There is some blockage by xenForo to this type of function? (crontab or cron job)
 
Top Bottom