diff options
Diffstat (limited to 'item_chart.php')
| -rw-r--r-- | item_chart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/item_chart.php b/item_chart.php index 5df0b3d..3703e2a 100644 --- a/item_chart.php +++ b/item_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; |
