Variables Pasar con Cronjob
//Running with curl
*/20 * * * * /usr/local/bin/curl --silent 'https://demo.tld/app/stats/?update&key=1234'
Adrian Vignolo
//Running with curl
*/20 * * * * /usr/local/bin/curl --silent 'https://demo.tld/app/stats/?update&key=1234'
//Running a php script
* 3 * * * /path_to_script/cronjob.php username=test password=test code=1234