From ccda0e39663b62bd82ae8e66f2d821cd2529a77a Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Fri, 18 Jun 2010 14:15:12 +0000 Subject: [PATCH] forgot to remove removed files from graph.php, broken graphs, woopsie. git-svn-id: http://www.observium.org/svn/observer/trunk@1201 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/graph.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/graph.php b/html/graph.php index 3094e6a0d..11a7df535 100644 --- a/html/graph.php +++ b/html/graph.php @@ -11,7 +11,6 @@ if($_GET['debug']) { include("../includes/defaults.inc.php"); include("../config.php"); include("../includes/common.php"); - include("../includes/graphing.php"); include("../includes/rewrites.php"); include("includes/authenticate.inc.php");