
## AutoRank PHP v2.0.x crontab entries

## Rerank every 60 minutes at half past the hour
30 * * * * /path/to/wget -O /dev/null -q --header="M: rr-yourword" http://www.yoursite.com/toplist/cron.php

## Reset the list every 24 hours at midnight
0  0 * * * /path/to/wget -O /dev/null -q --header="M: rs-yourword" http://www.yoursite.com/toplist/cron.php


