2018-10-05 UTC
# jeremycherfas I have a PHP script on my local server that writes stuff to my Known instance. I would quite like to automate it as a cron job. Current problem is that when I call the file from the terminal it fails to find a file it needs to read. When I call it from the browser, it finds that file. So, do I need to provide an absolute URL for the file to read?