From 2c2a7ea91495a5dc76720bcf0b9ae9a55df80f7b Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Mon, 12 Sep 2011 10:53:05 +0000 Subject: [PATCH] update billing graph include for jpgraph git-svn-id: http://www.observium.org/svn/observer/trunk@2449 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/billing-graph.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/billing-graph.php b/html/billing-graph.php index 71df669c5..5a1f93e8e 100755 --- a/html/billing-graph.php +++ b/html/billing-graph.php @@ -24,10 +24,10 @@ include("../includes/functions.php"); include("includes/functions.inc.php"); include("includes/authenticate.inc.php"); if (!$_SESSION['authenticated']) { echo("unauthenticated"); exit; } -require("src/jpgraph.php"); -include("src/jpgraph_line.php"); -include("src/jpgraph_utils.inc.php"); -include("src/jpgraph_date.php"); +require("includes/jpgraph/src/jpgraph.php"); +include("includes/jpgraph/src/jpgraph_line.php"); +include("includes/jpgraph/src/jpgraph_utils.inc.php"); +include("includes/jpgraph/src/jpgraph_date.php"); if (is_numeric($_GET['bill_id'])) {