From 5c8843704c2b953d5fb790ca084c700ea685d252 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 22 Jun 2005 20:19:58 +0000 Subject: - Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidied up the documentation a little. chx: can you double-check whether the global $conf variable is secure? (That is, make sure it can't be send using the URL or something.) --- cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron.php') diff --git a/cron.php b/cron.php index 98026de15..51afe406b 100644 --- a/cron.php +++ b/cron.php @@ -7,7 +7,7 @@ */ include_once 'includes/bootstrap.inc'; -include_once 'includes/common.inc' ; +drupal_bootstrap('full'); // If not in 'safe mode', increase the maximum execution time: if (!ini_get('safe_mode')) { -- cgit v1.2.3