Hello forum.
First of all, thanks for developing such a nice applicaiton
I've been having alot of success with this application until now, i want the emails mailed support@xxxx.com to show up in OsTicket.
This as i have read should be done with a cron job, which i have setup.
But the problem is the cron.php dosnt allow outside(not local) to call on the cronjob. And my host wont allow me to do it locally, so i have to use their URL cron.
This forces me to call on the script with the public url (http://xxxxxx.com/support/api/cron.php(http://xxxxxx.com/support/api/cron.php).
When the URL cron does this i get error message which says "cron.php only supports local cron calls - use http -> api/tasks/cron"
I cant change the user agent, beacuse it only allows http://xxxxx.com(http://xxxxx.com), and i cant find any information if its possible to do an api-key with the url.
So now i ask you guys, is it possible to remove the "ONLY LOCAL ACCESS" to cron.php, and how do i it?
Thank you in advance!

This picture shows you how it looks like, i cant change how the cronjob url works.