example cron

This commit is contained in:
Claude 2012-04-15 17:41:50 +02:00
parent 39ef70c1d1
commit 8f238118b3

View File

@ -41,6 +41,7 @@ $config['bitly_apikey'] = '';
* Key for Cron * Key for Cron
* *
* The password required to run the cron job * The password required to run the cron job
* Example cron: 00, 30 * * * * curl --silent --compressed http://yoursite.com/cron/key &> /dev/null
* *
**/ **/
$config['cron_key'] = ''; $config['cron_key'] = '';