summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php6
-rw-r--r--item_chart.php6
-rw-r--r--pv_chart.php6
-rw-r--r--referer_stats.php6
-rw-r--r--usage_chart.php6
-rw-r--r--users.php6
6 files changed, 18 insertions, 18 deletions
diff --git a/index.php b/index.php
index e2c2bce..8e17d7e 100644
--- a/index.php
+++ b/index.php
@@ -1,8 +1,8 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_stats/index.php,v 1.8 2008/06/25 22:21:24 spiderr Exp $
+ * $Header: /cvsroot/bitweaver/_bit_stats/index.php,v 1.9 2010/02/08 21:27:25 wjames5 Exp $
*
- * $Id: index.php,v 1.8 2008/06/25 22:21:24 spiderr Exp $
+ * $Id: index.php,v 1.9 2010/02/08 21:27:25 wjames5 Exp $
* @package stats
* @subpackage functions
*/
@@ -10,7 +10,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( STATS_PKG_PATH.'Statistics.php' );
$gBitSystem->verifyPackage( 'stats' );
diff --git a/item_chart.php b/item_chart.php
index e9bc784..ee772ab 100644
--- a/item_chart.php
+++ b/item_chart.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_stats/item_chart.php,v 1.9 2009/10/01 14:17:05 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_stats/item_chart.php,v 1.10 2010/02/08 21:27:25 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: item_chart.php,v 1.9 2009/10/01 14:17:05 wjames5 Exp $
+ * $Id: item_chart.php,v 1.10 2010/02/08 21:27:25 wjames5 Exp $
* @package stats
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( STATS_PKG_PATH . "Statistics.php" );
include_once( UTIL_PKG_PATH . "phplot.php" );
global $gBitSystem;
diff --git a/pv_chart.php b/pv_chart.php
index c7a5842..66083b2 100644
--- a/pv_chart.php
+++ b/pv_chart.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_stats/pv_chart.php,v 1.9 2009/10/01 14:17:05 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_stats/pv_chart.php,v 1.10 2010/02/08 21:27:25 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: pv_chart.php,v 1.9 2009/10/01 14:17:05 wjames5 Exp $
+ * $Id: pv_chart.php,v 1.10 2010/02/08 21:27:25 wjames5 Exp $
* @package stats
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( STATS_PKG_PATH . "Statistics.php" );
include_once( UTIL_PKG_PATH . "phplot.php" );
diff --git a/referer_stats.php b/referer_stats.php
index b8515c2..e1eac5b 100644
--- a/referer_stats.php
+++ b/referer_stats.php
@@ -1,15 +1,15 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_stats/referer_stats.php,v 1.11 2008/06/25 22:21:24 spiderr Exp $
+ * $Header: /cvsroot/bitweaver/_bit_stats/referer_stats.php,v 1.12 2010/02/08 21:27:25 wjames5 Exp $
*
- * $Id: referer_stats.php,v 1.11 2008/06/25 22:21:24 spiderr Exp $
+ * $Id: referer_stats.php,v 1.12 2010/02/08 21:27:25 wjames5 Exp $
* @package stats
*/
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once ( STATS_PKG_PATH.'Statistics.php');
$gBitSystem->verifyPackage( 'stats' );
diff --git a/usage_chart.php b/usage_chart.php
index 9ebd4f8..7d60c50 100644
--- a/usage_chart.php
+++ b/usage_chart.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_stats/usage_chart.php,v 1.8 2009/10/01 14:17:05 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_stats/usage_chart.php,v 1.9 2010/02/08 21:27:25 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,7 +8,7 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: usage_chart.php,v 1.8 2009/10/01 14:17:05 wjames5 Exp $
+ * $Id: usage_chart.php,v 1.9 2010/02/08 21:27:25 wjames5 Exp $
* @package stats
* @subpackage functions
*/
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( STATS_PKG_PATH . "Statistics.php" );
include_once( UTIL_PKG_PATH . "phplot.php" );
global $gBitSystem;
diff --git a/users.php b/users.php
index 2047277..6041c94 100644
--- a/users.php
+++ b/users.php
@@ -1,19 +1,19 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_stats/users.php,v 1.12 2009/11/11 17:38:46 spiderr Exp $
+ * $Header: /cvsroot/bitweaver/_bit_stats/users.php,v 1.13 2010/02/08 21:27:25 wjames5 Exp $
*
* Copyright (c) 2005 bitweaver.org
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: users.php,v 1.12 2009/11/11 17:38:46 spiderr Exp $
+ * $Id: users.php,v 1.13 2010/02/08 21:27:25 wjames5 Exp $
* @package stats
* @subpackage functions
*/
/**
* Required files
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
require_once( STATS_PKG_PATH.'Statistics.php' );
$stats = new Statistics();