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 /users.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 'users.php')
| -rw-r--r-- | users.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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(); |
