From 013b73e6ec851cea0e72312acce3abeb0cabd472 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 8 Sep 2005 19:19:01 +0000 Subject: - Patch #30122 by m3verick: changed include_once()'s to include "./$file" for performance's sake. --- cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cron.php') 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: -- cgit v1.2.3