summaryrefslogtreecommitdiff
path: root/usage_chart.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 19:52:26 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 19:52:26 +0100
commit8259e8a6d5924470cb191011f197af5ee6a00021 (patch)
tree3105497549ca0a916b04497805cb3c7a171c1535 /usage_chart.php
parent8f4f17a1f154889b70509d051cf102bd93bed892 (diff)
downloadstats-8259e8a6d5924470cb191011f197af5ee6a00021.tar.gz
stats-8259e8a6d5924470cb191011f197af5ee6a00021.tar.bz2
stats-8259e8a6d5924470cb191011f197af5ee6a00021.zip
Move legacy libraries into the relevant package for easier maintenance
Diffstat (limited to 'usage_chart.php')
-rw-r--r--usage_chart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usage_chart.php b/usage_chart.php
index 821bd02..8bde8b5 100644
--- a/usage_chart.php
+++ b/usage_chart.php
@@ -20,7 +20,7 @@ use Bitweaver\KernelTools;
use Bitweaver\Stats\Statistics;
require_once '../kernel/includes/setup_inc.php';
-include_once UTIL_PKG_INCLUDE_PATH . "phplot.php";
+include_once STATS_PKG_INCLUDE_PATH . "phplot.php";
global $gBitSystem;
$gBitSystem->isPackageActive( 'stats' );