diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:25 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:25 +0000 |
| commit | a6e1e230dde0733af62ba07e8606dade9727fcce (patch) | |
| tree | 18c78eb4278fbc160c5920b3b73fff82059982b6 /index.php | |
| parent | 7a2c4a34a10753ee115e1e8337d9f4b3fc5e2dce (diff) | |
| download | stats-a6e1e230dde0733af62ba07e8606dade9727fcce.tar.gz stats-a6e1e230dde0733af62ba07e8606dade9727fcce.tar.bz2 stats-a6e1e230dde0733af62ba07e8606dade9727fcce.zip | |
deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATEPRE_CONTENTTYPE_NAME_PLURAL
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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' ); |
