summaryrefslogtreecommitdiff
path: root/cron.php
diff options
context:
space:
mode:
Diffstat (limited to 'cron.php')
-rw-r--r--cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index 2610dac31..9af2f9acb 100644
--- a/cron.php
+++ b/cron.php
@@ -6,7 +6,7 @@
* Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
*/
-include_once 'includes/bootstrap.inc';
+include_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
// If not in 'safe mode', increase the maximum execution time: