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 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; |
