]> git.pld-linux.org Git - packages/drupal.git/blob - drupal.cron
- add trigger for DRUPAL-SA-2006-006 (suggested by blues); rel 3
[packages/drupal.git] / drupal.cron
1 # cron for Drupal.
2 # bounce messages back to root
3 MAILTO=root
4
5 0 * * * * http cd /usr/share/drupal && /usr/bin/php cron.php
6
7 # vim:syn=crontab
This page took 0.067078 seconds and 3 git commands to generate.