You are here

cron.php in Drupal 5

Same filename and directory in other branches
  1. 4 cron.php
  2. 6 cron.php
  3. 7 cron.php

File

cron.php
View source
<?php

/**
 * @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();