From 1b4314761fa24f5441529f7587b62e3071aee908 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Tue, 28 Apr 2009 12:42:16 +0000 Subject: [PATCH] remove collectd local git-svn-id: http://www.observium.org/svn/observer/trunk@412 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/graphing.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/graphing.php b/includes/graphing.php index e53213b80..39d1fc99a 100644 --- a/includes/graphing.php +++ b/includes/graphing.php @@ -4,7 +4,6 @@ include("graphing/screenos.php"); include("graphing/fortigate.php"); include("graphing/windows.php"); include("graphing/unix.php"); -include("graphing/collectd.inc.php"); function graph_multi_bits ($interfaces, $graph, $from, $to, $width, $height, $title, $vertical, $inverse, $legend = '1') { global $config, $installdir;