projects
/
project/drupal.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Stripping CVS keywords
[project/drupal.git]
/
cron.php
1
<
?php
2
3
/**
4
* @file
5
* Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
6
*/
7
8
include_once
'./includes/bootstrap.inc'
;
9
drupal_bootstrap
(
DRUPAL_BOOTSTRAP_FULL
);
10
drupal_cron_run
();