]> git.pld-linux.org Git - packages/freepbx.git/blame - freepbx-jpgraph.patch
- upgraded to 2.3.0, NFY,
[packages/freepbx.git] / freepbx-jpgraph.patch
CommitLineData
cbf14771
MWP
1diff -uNr freepbx-2.0.1.orig/amp_conf/htdocs/admin/cdr/graph_hourdetail.php freepbx-2.0.1/amp_conf/htdocs/admin/cdr/graph_hourdetail.php
2--- freepbx-2.0.1.orig/amp_conf/htdocs/admin/cdr/graph_hourdetail.php 2005-03-13 21:34:07.000000000 +0100
3+++ freepbx-2.0.1/amp_conf/htdocs/admin/cdr/graph_hourdetail.php 2006-05-31 02:28:16.000000000 +0200
4@@ -1,9 +1,9 @@
5 <?php /* $Id$ */
6 include_once(dirname(__FILE__) . "/lib/defines.php");
7 include_once(dirname(__FILE__) . "/lib/Class.Table.php");
8-include_once(dirname(__FILE__) . "/jpgraph_lib/jpgraph.php");
9-include_once(dirname(__FILE__) . "/jpgraph_lib/jpgraph_line.php");
10-include_once(dirname(__FILE__) . "/jpgraph_lib/jpgraph_bar.php");
11+include_once(dirname(__FILE__) . "/usr/share/php/jpgraph/jpgraph.php");
12+include_once(dirname(__FILE__) . "/usr/share/php/jpgraph/jpgraph_line.php");
13+include_once(dirname(__FILE__) . "/usr/share/php/jpgraph/jpgraph_bar.php");
14
15
16 // this variable specifie the debug type (0 => nothing, 1 => sql result, 2 => boucle checking, 3 other value checking)
17diff -uNr freepbx-2.0.1.orig/amp_conf/htdocs/admin/cdr/graph_pie.php freepbx-2.0.1/amp_conf/htdocs/admin/cdr/graph_pie.php
18--- freepbx-2.0.1.orig/amp_conf/htdocs/admin/cdr/graph_pie.php 2006-02-27 23:02:40.000000000 +0100
19+++ freepbx-2.0.1/amp_conf/htdocs/admin/cdr/graph_pie.php 2006-05-31 02:28:16.000000000 +0200
20@@ -1,9 +1,9 @@
21 <?php /* $Id$ */
22 include_once(dirname(__FILE__) . "/lib/defines.php");
23 include_once(dirname(__FILE__) . "/lib/Class.Table.php");
24-include_once(dirname(__FILE__) . "/jpgraph_lib/jpgraph.php");
25-include_once(dirname(__FILE__) . "/jpgraph_lib/jpgraph_pie.php");
26-include_once(dirname(__FILE__) . "/jpgraph_lib/jpgraph_pie3d.php");
27+include_once(dirname(__FILE__) . "/usr/share/php/jpgraph/jpgraph.php");
28+include_once(dirname(__FILE__) . "/usr/share/php/jpgraph/jpgraph_pie.php");
29+include_once(dirname(__FILE__) . "/usr/share/php/jpgraph/jpgraph_pie3d.php");
30
31
32 /*
33diff -uNr freepbx-2.0.1.orig/amp_conf/htdocs/admin/cdr/graph_statbar.php freepbx-2.0.1/amp_conf/htdocs/admin/cdr/graph_statbar.php
34--- freepbx-2.0.1.orig/amp_conf/htdocs/admin/cdr/graph_statbar.php 2005-03-13 21:34:07.000000000 +0100
35+++ freepbx-2.0.1/amp_conf/htdocs/admin/cdr/graph_statbar.php 2006-05-31 02:28:16.000000000 +0200
36@@ -1,8 +1,8 @@
37 <?php /* $Id$ */
38 include_once(dirname(__FILE__) . "/lib/defines.php");
39 include_once(dirname(__FILE__) . "/lib/Class.Table.php");
40-include_once(dirname(__FILE__) . "/jpgraph_lib/jpgraph.php");
41-include_once(dirname(__FILE__) . "/jpgraph_lib/jpgraph_bar.php");
42+include_once(dirname(__FILE__) . "/usr/share/php/jpgraph/jpgraph.php");
43+include_once(dirname(__FILE__) . "/usr/share/php/jpgraph/jpgraph_bar.php");
44
45 // this variable specifie the debug type (0 => nothing, 1 => sql result, 2 => boucle checking, 3 other value checking)
46 $FG_DEBUG = 0;
47diff -uNr freepbx-2.0.1.orig/amp_conf/htdocs/admin/cdr/graph_stat.php freepbx-2.0.1/amp_conf/htdocs/admin/cdr/graph_stat.php
48--- freepbx-2.0.1.orig/amp_conf/htdocs/admin/cdr/graph_stat.php 2005-04-24 20:12:25.000000000 +0200
49+++ freepbx-2.0.1/amp_conf/htdocs/admin/cdr/graph_stat.php 2006-05-31 02:28:16.000000000 +0200
50@@ -1,8 +1,8 @@
51 <?php
52 include_once(dirname(__FILE__) . "/lib/defines.php");
53 include_once(dirname(__FILE__) . "/lib/Class.Table.php");
54-include_once(dirname(__FILE__) . "/jpgraph_lib/jpgraph.php");
55-include_once(dirname(__FILE__) . "/jpgraph_lib/jpgraph_line.php");
56+include_once(dirname(__FILE__) . "/usr/share/php/jpgraph/jpgraph.php");
57+include_once(dirname(__FILE__) . "/usr/share/php/jpgraph/jpgraph_line.php");
58
59 // this variable specifie the debug type (0 => nothing, 1 => sql result, 2 => boucle checking, 3 other value checking)
60 $FG_DEBUG = 0;
This page took 0.054097 seconds and 4 git commands to generate.