summaryrefslogtreecommitdiff
path: root/item_chart.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:36 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:17:36 -0500
commit9a41abebe80d2140dcd33ea758df85ebbc10f2be (patch)
treee24ee0f071122334032895e8a37f8f2840983f90 /item_chart.php
parent2324b5da544ece7a698a874cebc5466b0c939eca (diff)
downloadstats-9a41abebe80d2140dcd33ea758df85ebbc10f2be.tar.gz
stats-9a41abebe80d2140dcd33ea758df85ebbc10f2be.tar.bz2
stats-9a41abebe80d2140dcd33ea758df85ebbc10f2be.zip
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'item_chart.php')
-rw-r--r--item_chart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/item_chart.php b/item_chart.php
index 6dbdedd..5df0b3d 100644
--- a/item_chart.php
+++ b/item_chart.php
@@ -18,7 +18,7 @@
*/
require_once( '../kernel/setup_inc.php' );
include_once( STATS_PKG_PATH . "Statistics.php" );
-include_once( UTIL_PKG_INC . "phplot.php" );
+include_once( UTIL_PKG_INCLUDE_PATH . "phplot.php" );
global $gBitSystem;
$gBitSystem->isPackageActive( 'stats' );