Same filename and directory in other branches
  1. 4.6.x cron.php
  2. 4.7.x cron.php
  3. 6.x cron.php
  4. 7.x 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();