From 29d169ce060697bc73cea19719436bf95c74d27e Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Sun, 1 Aug 2010 12:38:04 +0000 Subject: [PATCH] fix collectd graph git-svn-id: http://www.observium.org/svn/observer/trunk@1598 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/collectd-graph.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/collectd-graph.php b/html/collectd-graph.php index 99b03c7a1b..d312e105df 100755 --- a/html/collectd-graph.php +++ b/html/collectd-graph.php @@ -27,6 +27,7 @@ if($_GET['debug']) { include("../includes/defaults.inc.php"); include("../config.php"); include("../includes/functions.php"); +include("includes/functions.inc.php"); require('includes/collectd/config.php'); require('includes/collectd/functions.php'); require('includes/collectd/definitions.php');