drupal/cron.php

12 lines
214 B
PHP
Raw Normal View History

<?php
2004-08-07 21:00:43 +00:00
// $Id$
/**
* @file
* Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
*/
include_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
drupal_cron_run();