summaryrefslogtreecommitdiff
path: root/usage_chart.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-03 16:06:10 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-03 16:06:10 -0500
commitb29945eeed2dbe6c5e5224dbd210fd5a652bc474 (patch)
tree7c5298c30763518290384efe9db4a832958d735f /usage_chart.php
parent33165c2963c6b08b77d66f86effa2ce855ddc8cf (diff)
downloadstats-b29945eeed2dbe6c5e5224dbd210fd5a652bc474.tar.gz
stats-b29945eeed2dbe6c5e5224dbd210fd5a652bc474.tar.bz2
stats-b29945eeed2dbe6c5e5224dbd210fd5a652bc474.zip
update path for kernel/includes/setup_inc.php
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 1a9fb43..da29b05 100644
--- a/usage_chart.php
+++ b/usage_chart.php
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../kernel/setup_inc.php' );
+require_once( '../kernel/includes/setup_inc.php' );
include_once( STATS_PKG_PATH . "Statistics.php" );
include_once( UTIL_PKG_INCLUDE_PATH . "phplot.php" );
global $gBitSystem;