diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:26 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:26 +0000 |
| commit | a5651cbf46df2830858797bd6f2f18144d137935 (patch) | |
| tree | fa878d7b41165119ae31c3c7726e5173515d4189 /assigned_modules.php | |
| parent | a8c7bf8eeed927109ab118eff512e30eb08820a4 (diff) | |
| download | users-a5651cbf46df2830858797bd6f2f18144d137935.tar.gz users-a5651cbf46df2830858797bd6f2f18144d137935.tar.bz2 users-a5651cbf46df2830858797bd6f2f18144d137935.zip | |
deprecate root bit_setup_inc use kernel/setup_inc.php
Diffstat (limited to 'assigned_modules.php')
| -rw-r--r-- | assigned_modules.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assigned_modules.php b/assigned_modules.php index 910952b..5e46ad9 100644 --- a/assigned_modules.php +++ b/assigned_modules.php @@ -3,13 +3,13 @@ * assigned_modules * * @author spider <spider@steelsun.com> - * @version $Revision: 1.16 $ + * @version $Revision: 1.17 $ * @package users * @subpackage functions * @copyright Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. * @license Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details. */ -// $Header: /cvsroot/bitweaver/_bit_users/assigned_modules.php,v 1.16 2009/10/01 14:17:06 wjames5 Exp $ +// $Header: /cvsroot/bitweaver/_bit_users/assigned_modules.php,v 1.17 2010/02/08 21:27:26 wjames5 Exp $ // All Rights Reserved. See below for details and a complete list of authors. // Initialization @@ -19,7 +19,7 @@ $gEditMode = 'layout'; /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); $gBitSystem->fatalError( 'This page is not functional and will be fixed asap.' ); |
