libphp-jpgraph (1.5.2-12) src/Examples/filledlineex01.php

Summary

 src/Examples/filledlineex01.php |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

    
download this patch

Patch contents

--- libphp-jpgraph-1.5.2.orig/src/Examples/filledlineex01.php
+++ libphp-jpgraph-1.5.2/src/Examples/filledlineex01.php
@@ -1,6 +1,6 @@
 <?php
-include ("../jpgraph.php");
-include ("../jpgraph_line.php");
+include ("/usr/share/jpgraph/jpgraph.php");
+include ("/usr/share/jpgraph/jpgraph_line.php");
 
 $datay = array(1.23,1.9,1.6,3.1,3.4,2.8,2.1,1.9);
 $graph = new Graph(300,200,"auto");