diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:36 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:17:36 -0500 |
| commit | 9a41abebe80d2140dcd33ea758df85ebbc10f2be (patch) | |
| tree | e24ee0f071122334032895e8a37f8f2840983f90 /pv_chart.php | |
| parent | 2324b5da544ece7a698a874cebc5466b0c939eca (diff) | |
| download | stats-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 'pv_chart.php')
| -rw-r--r-- | pv_chart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pv_chart.php b/pv_chart.php index fe078df..6ca6ddf 100644 --- a/pv_chart.php +++ b/pv_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" ); $gBitSystem->isPackageActive( 'stats' ); $gBitSystem->verifyPermission( 'p_stats_view' ); |
