diff options
Diffstat (limited to 'crontab.example')
-rw-r--r-- | crontab.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crontab.example b/crontab.example index eb4c1b3cc..b4b55ca04 100644 --- a/crontab.example +++ b/crontab.example @@ -3,14 +3,14 @@ # This file is an example of triggering Elgg cron events. Modify and register events # as appropriate. # -# See crontab (5) for more information. +# See http://docs.elgg.org/wiki/Cron for more information # # @author Marcus Povey -# Location of GET +# Location of GET (see: http://docs.elgg.org/wiki/What_is_get) GET='/usr/bin/GET' -# Location of your site +# Location of your site (don't forget the trailing slash!) ELGG='http://www.example.com/' # The crontab |