From 7d03e2c5272792506cd821ff3001aed50435837f Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Tue, 7 Jun 2011 15:27:14 +1000 Subject: [PATCH] chdir ../../../ --- templates/themes/rrdtool/cron.php | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/themes/rrdtool/cron.php b/templates/themes/rrdtool/cron.php index 9f285264..ec140897 100644 --- a/templates/themes/rrdtool/cron.php +++ b/templates/themes/rrdtool/cron.php @@ -1,5 +1,6 @@ '', 'HTTP_HOST' => '', 'SCRIPT_FILENAME' => ''); + chdir('../../..'); require 'inc/functions.php'; require 'inc/display.php';