0
I have a working cronjob but practically the link(PHP code) this public because for cronjob to work the authentication check system is disabled. So I’d like to know some way that this link do not get published by the browser, and only cronjob makes it work without authentication.
Could you add how is cronjob? Are you by any chance using Curl? If not, just remove the file from the "public_html" folder, for example, and move to the previous folder, this will be enough to hide the file from the public and still be able to call the file.
– Inkeliz