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

Summary

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

    
download this patch

Patch contents

--- libphp-jpgraph-1.5.2.orig/src/Examples/impulsex2.php
+++ libphp-jpgraph-1.5.2/src/Examples/impulsex2.php
@@ -1,6 +1,6 @@
 <?php
-include ("../jpgraph.php");
-include ("../jpgraph_scatter.php");
+include ("/usr/share/jpgraph/jpgraph.php");
+include ("/usr/share/jpgraph/jpgraph_scatter.php");
 
 $datay = array(20,22,12,13,17,20,16,19,30,31,40,43);
 $graph = new Graph(300,200,"auto");