Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Cron Usage

wilsonge edited this page Apr 3, 2013 · 1 revision

Cron Usage

A cron.php file is supplied with the module. Assuming the sql layout given above is used then it will automatically update the second file with values.

A example command would be: /home/USERNAME/public_html/administrator/components/com_jjdownloads/cron.php where USERNAME is replaced with the username used on your hosting.

You also need to specify how regularly to update the cron file. The component is designed for a weekly update currently. The example below will update every Monday:

Min Hour Day Month Weekday

0 0 * * 1

Clone this wiki locally