summaryrefslogtreecommitdiff
path: root/cron.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-09-08 19:19:01 +0000
committerDries Buytaert <dries@buytaert.net>2005-09-08 19:19:01 +0000
commit013b73e6ec851cea0e72312acce3abeb0cabd472 (patch)
tree69a5e724f11bebc6d588f5a56526b9ebec7e38fb /cron.php
parent451dbd17a6317bf51bf9a39f5df25263a65b408f (diff)
downloadbrdo-013b73e6ec851cea0e72312acce3abeb0cabd472.tar.gz
brdo-013b73e6ec851cea0e72312acce3abeb0cabd472.tar.bz2
- Patch #30122 by m3verick: changed include_once()'s to include "./$file"
for performance's sake.
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: