From 8f238118b3291e49f8cd8c4057c208662220b702 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 15 Apr 2012 17:41:50 +0200 Subject: [PATCH] example cron --- htdocs/application/config/stikked.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/application/config/stikked.php b/htdocs/application/config/stikked.php index 73ac7ae..55b5a94 100755 --- a/htdocs/application/config/stikked.php +++ b/htdocs/application/config/stikked.php @@ -41,6 +41,7 @@ $config['bitly_apikey'] = ''; * Key for Cron * * 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'] = '';