mirror of
https://github.com/php/web-doc.git
synced 2025-08-10 02:56:24 +00:00
Update to use new (default) jpgraph file structure
# Note, See INSTALL for note that jpgraph is installed manually
This commit is contained in:
@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
include '../include/jpgraph/jpgraph.php';
|
include '../include/jpgraph/src/jpgraph.php';
|
||||||
include '../include/jpgraph/jpgraph_pie.php';
|
include '../include/jpgraph/src/jpgraph_pie.php';
|
||||||
include '../include/jpgraph/jpgraph_pie3d.php';
|
include '../include/jpgraph/src/jpgraph_pie3d.php';
|
||||||
|
|
||||||
$inCli = true;
|
$inCli = true;
|
||||||
include '../include/init.inc.php';
|
include '../include/init.inc.php';
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
include '../include/jpgraph/jpgraph.php';
|
include '../include/jpgraph/src/jpgraph.php';
|
||||||
include '../include/jpgraph/jpgraph_bar.php';
|
include '../include/jpgraph/src/jpgraph_bar.php';
|
||||||
|
|
||||||
$inCli = true;
|
$inCli = true;
|
||||||
include '../include/init.inc.php';
|
include '../include/init.inc.php';
|
||||||
|
Reference in New Issue
Block a user