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

Summary

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

    
download this patch

Patch contents

--- libphp-jpgraph-1.5.2.orig/src/Examples/example1.2.php
+++ libphp-jpgraph-1.5.2/src/Examples/example1.2.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");
 
 $ydata = array(11,3,8,12,5,1,9,13,5,7);