Lines related to this site found in the server crontab
Boldface lines do not match any lines in the PHP script.
Lines saved in this PHP code
Boldface lines do not match any lines on the server.
1|# BEGIN tasks2|# .---------------- minute (0 - 59)
3|# | .------------- hour (0 - 23)
4|# | | .---------- day of month (1 - 31)
5|# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
6|# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
7|# | | | | |
8|# * * * * * user-name command to be executed
9|SHELL=/bin/bash
10|MAILTO=stevedaily1@gmail.com
11|2,7,12,17,22,27,32,37,42,47,52,57 * * * * /usr/bin/wget -O /var/www/html/sevenlakestennis/tmp/wp-cron.log https://sevenlakestennis.org/tools/auto-updates/ > /dev/null 2>&1
12|# END OF tasks