diff options
Diffstat (limited to 'usage_chart.php')
| -rw-r--r-- | usage_chart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usage_chart.php b/usage_chart.php index 6b68da3..de436e9 100644 --- a/usage_chart.php +++ b/usage_chart.php @@ -18,7 +18,7 @@ */ require_once( '../kernel/setup_inc.php' ); include_once( STATS_PKG_PATH . "Statistics.php" ); -include_once( UTIL_PKG_PATH . "phplot.php" ); +include_once( UTIL_PKG_INC . "phplot.php" ); global $gBitSystem; $gBitSystem->isPackageActive( 'stats' ); |
