Improve Cron job feature
use the actual cron job in a php project is not secure.
We need to add the php file in the public_html folder (not secure)
We can't set an argument to prevent hacker to launch many time the file (not secure)
We can't use something in the URL like xxxx.php?pwd=yyyy (not secure, same problem than previously)
Will you make something in these case ?
thks

1 comment
-
AdminCloudways (Admin, Cloudways) commented
We have updated our cron feature and now most of the items discussed above are solved. Check here:
https://support.cloudways.com/how-to-add-a-cron-job-to-your-server/Cloudways Team