summaryrefslogtreecommitdiff
path: root/pv_chart.php
diff options
context:
space:
mode:
Diffstat (limited to 'pv_chart.php')
-rw-r--r--pv_chart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pv_chart.php b/pv_chart.php
index 6ca6ddf..0f6c767 100644
--- a/pv_chart.php
+++ b/pv_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" );