hey =)
I would like to deal with the cronjobs. but I have one more question about setting it up... definitely much too simple ^^
is it correct that i put this exact code in my cron.php? like in my picture?
I would like to deal with the cronjobs. but I have one more question about setting it up... definitely much too simple ^^
Code:
Note: Add this line to your crontab file to run scheduled tasks: * * * * * cd /var/www/html; /usr/bin/php -f cron.php > /dev/null 2>&1
Comment