diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 19:52:26 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 19:52:26 +0100 |
| commit | 8259e8a6d5924470cb191011f197af5ee6a00021 (patch) | |
| tree | 3105497549ca0a916b04497805cb3c7a171c1535 /usage_chart.php | |
| parent | 8f4f17a1f154889b70509d051cf102bd93bed892 (diff) | |
| download | stats-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.php | 2 |
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' ); |
