~spreadubuntu/spreadubuntu/devel-drupal6

« back to all changes in this revision

Viewing changes to cron.php

  • Committer: ruben
  • Date: 2009-06-08 09:38:49 UTC
  • Revision ID: ruben@captive-20090608093849-s1qtsyctv2vwp1x1
SpreadUbuntu moving to Drupal6. Based on ubuntu-drupal theme and adding our modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
// $Id: cron.php,v 1.36 2006/08/09 07:42:55 dries Exp $
 
3
 
 
4
/**
 
5
 * @file
 
6
 * Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
 
7
 */
 
8
 
 
9
include_once './includes/bootstrap.inc';
 
10
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
 
11
drupal_cron_run();