diff options
| -rw-r--r-- | admin/assign_user.php | 4 | ||||
| -rw-r--r-- | admin/edit_group.php | 4 | ||||
| -rw-r--r-- | admin/index.php | 4 | ||||
| -rw-r--r-- | admin/permissions.php | 2 | ||||
| -rw-r--r-- | admin/user_activity.php | 2 | ||||
| -rw-r--r-- | admin/users_import.php | 4 | ||||
| -rw-r--r-- | admin/verify_emails.php | 4 | ||||
| -rw-r--r-- | assigned_modules.php | 6 | ||||
| -rw-r--r-- | captcha_image.php | 6 | ||||
| -rw-r--r-- | change_password.php | 6 | ||||
| -rw-r--r-- | confirm.php | 6 | ||||
| -rw-r--r-- | custom_home.php | 6 | ||||
| -rw-r--r-- | edit_personal_page.php | 6 | ||||
| -rw-r--r-- | index.php | 6 | ||||
| -rw-r--r-- | login.php | 6 | ||||
| -rw-r--r-- | logout.php | 6 | ||||
| -rw-r--r-- | my.php | 6 | ||||
| -rw-r--r-- | my_groups.php | 6 | ||||
| -rw-r--r-- | my_images.php | 6 | ||||
| -rw-r--r-- | preferences.php | 6 | ||||
| -rw-r--r-- | register.php | 6 | ||||
| -rw-r--r-- | remind_password.php | 6 | ||||
| -rw-r--r-- | theme.php | 6 | ||||
| -rw-r--r-- | users_rss.php | 4 | ||||
| -rw-r--r-- | validate.php | 6 | ||||
| -rw-r--r-- | watches.php | 6 |
26 files changed, 68 insertions, 68 deletions
diff --git a/admin/assign_user.php b/admin/assign_user.php index 1da77c6..db85a82 100644 --- a/admin/assign_user.php +++ b/admin/assign_user.php @@ -1,12 +1,12 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_users/admin/assign_user.php,v 1.14 2009/10/01 14:17:06 wjames5 Exp $ +// $Header: /cvsroot/bitweaver/_bit_users/admin/assign_user.php,v 1.15 2010/02/08 21:27:26 wjames5 Exp $ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // 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. // This script is used to assign groups to a particular user // ASSIGN USER TO GROUPS // Initialization -require_once( '../../bit_setup_inc.php' ); +require_once( '../../kernel/setup_inc.php' ); $gBitSystem->verifyPermission( 'p_users_admin' ); diff --git a/admin/edit_group.php b/admin/edit_group.php index 834b588..dc22113 100644 --- a/admin/edit_group.php +++ b/admin/edit_group.php @@ -1,10 +1,10 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_users/admin/edit_group.php,v 1.41 2009/10/06 19:40:15 wjames5 Exp $ +// $Header: /cvsroot/bitweaver/_bit_users/admin/edit_group.php,v 1.42 2010/02/08 21:27:26 wjames5 Exp $ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // 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. // Initialization -require_once( '../../bit_setup_inc.php' ); +require_once( '../../kernel/setup_inc.php' ); // PERMISSIONS: NEEDS admin $gBitSystem->verifyPermission( 'p_users_admin' ); diff --git a/admin/index.php b/admin/index.php index 59a80db..cca66ac 100644 --- a/admin/index.php +++ b/admin/index.php @@ -1,10 +1,10 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_users/admin/index.php,v 1.35 2009/11/11 14:49:10 spiderr Exp $ +// $Header: /cvsroot/bitweaver/_bit_users/admin/index.php,v 1.36 2010/02/08 21:27:26 wjames5 Exp $ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // 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. // Initialization -require_once( '../../bit_setup_inc.php' ); +require_once( '../../kernel/setup_inc.php' ); diff --git a/admin/permissions.php b/admin/permissions.php index 641b1e6..def9c20 100644 --- a/admin/permissions.php +++ b/admin/permissions.php @@ -1,5 +1,5 @@ <?php -require_once( '../../bit_setup_inc.php' ); +require_once( '../../kernel/setup_inc.php' ); $gBitSystem->verifyPermission( 'p_admin' ); $feedback = array(); diff --git a/admin/user_activity.php b/admin/user_activity.php index 941e7a6..e42f99e 100644 --- a/admin/user_activity.php +++ b/admin/user_activity.php @@ -1,6 +1,6 @@ <?php -require_once( '../../bit_setup_inc.php' ); +require_once( '../../kernel/setup_inc.php' ); $listHash = $_REQUEST; diff --git a/admin/users_import.php b/admin/users_import.php index 8c461ba..1ab9998 100644 --- a/admin/users_import.php +++ b/admin/users_import.php @@ -1,10 +1,10 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_users/admin/users_import.php,v 1.6 2009/10/01 14:17:06 wjames5 Exp $ +// $Header: /cvsroot/bitweaver/_bit_users/admin/users_import.php,v 1.7 2010/02/08 21:27:26 wjames5 Exp $ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // 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. // Initialization -require_once( '../../bit_setup_inc.php' ); +require_once( '../../kernel/setup_inc.php' ); $gBitSystem->verifyPermission( 'p_users_admin' ); diff --git a/admin/verify_emails.php b/admin/verify_emails.php index 27e69bc..d966860 100644 --- a/admin/verify_emails.php +++ b/admin/verify_emails.php @@ -1,10 +1,10 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_users/admin/verify_emails.php,v 1.8 2009/10/07 19:50:05 spiderr Exp $ +// $Header: /cvsroot/bitweaver/_bit_users/admin/verify_emails.php,v 1.9 2010/02/08 21:27:26 wjames5 Exp $ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // 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. // Initialization -require_once( '../../bit_setup_inc.php' ); +require_once( '../../kernel/setup_inc.php' ); $gBitUser->verifyTicket(); 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.' ); diff --git a/captcha_image.php b/captcha_image.php index 201e661..1f953d3 100644 --- a/captcha_image.php +++ b/captcha_image.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/captcha_image.php,v 1.6 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/captcha_image.php,v 1.7 2010/02/08 21:27:26 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: captcha_image.php,v 1.6 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: captcha_image.php,v 1.7 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -17,7 +17,7 @@ * required setup */ // hmm. too many session tweaks in setup_smarty ... we need to call this -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); // dimensions $width = @BitBase::verifyId( $_REQUEST['width'] ) ? $_REQUEST['width'] : 140; diff --git a/change_password.php b/change_password.php index 0b48e2c..cab954c 100644 --- a/change_password.php +++ b/change_password.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/change_password.php,v 1.15 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/change_password.php,v 1.16 2010/02/08 21:27:26 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: change_password.php,v 1.15 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: change_password.php,v 1.16 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -16,7 +16,7 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); if( !isset( $_REQUEST['login'] )) { $_REQUEST['login'] = ''; } diff --git a/confirm.php b/confirm.php index fa5a558..faaab0a 100644 --- a/confirm.php +++ b/confirm.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/confirm.php,v 1.9 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/confirm.php,v 1.10 2010/02/08 21:27:26 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: confirm.php,v 1.9 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: confirm.php,v 1.10 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -16,7 +16,7 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); if( !empty( $_REQUEST["v"] ) && strpos( $_REQUEST["v"], ':' ) ) { list( $userId, $provPass ) = split( ':', $_REQUEST["v"] ); diff --git a/custom_home.php b/custom_home.php index aaa4f4f..15ac535 100644 --- a/custom_home.php +++ b/custom_home.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/custom_home.php,v 1.9 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/custom_home.php,v 1.10 2010/02/08 21:27:26 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: custom_home.php,v 1.9 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: custom_home.php,v 1.10 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -16,7 +16,7 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); //ini_set('include_path','.;pear/'); //include('foobar.php'); /* diff --git a/edit_personal_page.php b/edit_personal_page.php index 4da8ad1..e0fe186 100644 --- a/edit_personal_page.php +++ b/edit_personal_page.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/edit_personal_page.php,v 1.27 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/edit_personal_page.php,v 1.28 2010/02/08 21:27:26 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: edit_personal_page.php,v 1.27 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: edit_personal_page.php,v 1.28 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -16,7 +16,7 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); $gBitUser->verifyRegistered(); @@ -1,8 +1,8 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.41 2010/02/01 16:52:28 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/index.php,v 1.42 2010/02/08 21:27:26 wjames5 Exp $ * - * $Id: index.php,v 1.41 2010/02/01 16:52:28 wjames5 Exp $ + * $Id: index.php,v 1.42 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -16,7 +16,7 @@ if( !defined( 'ACTIVE_PACKAGE' )) { define( 'ACTIVE_PACKAGE', 'users' ); } -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); require_once( LIBERTY_PKG_PATH."LibertyStructure.php" ); // custom userfields @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/login.php,v 1.15 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/login.php,v 1.16 2010/02/08 21:27:26 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: login.php,v 1.15 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: login.php,v 1.16 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -16,7 +16,7 @@ /** * required setup */ -include_once ("../bit_setup_inc.php"); +include_once ("../kernel/setup_inc.php"); if( !empty( $_REQUEST['returnto'] ) ) { $_SESSION['returnto'] = $_REQUEST['returnto']; @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/logout.php,v 1.4 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/logout.php,v 1.5 2010/02/08 21:27:26 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: logout.php,v 1.4 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: logout.php,v 1.5 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -18,7 +18,7 @@ $bypass_siteclose_check = 'y'; /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); global $gBitSystem; // go offline in Live Support if ($gBitSystem->isPackageActive( 'LIVE_SUPPORT_PKG_NAME' ) ) { @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/my.php,v 1.21 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/my.php,v 1.22 2010/02/08 21:27:26 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: my.php,v 1.21 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: my.php,v 1.22 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -16,7 +16,7 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); if( !$gBitUser->isRegistered() ) { Header( 'Location: '.USERS_PKG_URL.'login.php' ); diff --git a/my_groups.php b/my_groups.php index da4f2c0..0f88207 100644 --- a/my_groups.php +++ b/my_groups.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/my_groups.php,v 1.21 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/my_groups.php,v 1.22 2010/02/08 21:27:26 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: my_groups.php,v 1.21 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: my_groups.php,v 1.22 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -16,7 +16,7 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); global $gBitUser, $gBitSystem; diff --git a/my_images.php b/my_images.php index ba1fd87..ab95c3a 100644 --- a/my_images.php +++ b/my_images.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/my_images.php,v 1.15 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/my_images.php,v 1.16 2010/02/08 21:27:26 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: my_images.php,v 1.15 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: my_images.php,v 1.16 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -16,7 +16,7 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); // User preferences screen $gBitSystem->verifyFeature( 'users_preferences' ); diff --git a/preferences.php b/preferences.php index 84dabaa..b74fc6a 100644 --- a/preferences.php +++ b/preferences.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/preferences.php,v 1.68 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/preferences.php,v 1.69 2010/02/08 21:27:26 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: preferences.php,v 1.68 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: preferences.php,v 1.69 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -16,7 +16,7 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); // User preferences screen $gBitSystem->verifyFeature( 'users_preferences' ); diff --git a/register.php b/register.php index e4bd3c2..04a1baa 100644 --- a/register.php +++ b/register.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/register.php,v 1.42 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/register.php,v 1.43 2010/02/08 21:27:26 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: register.php,v 1.42 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: register.php,v 1.43 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -21,7 +21,7 @@ if( isset( $_REQUEST['tk'] ) ) { unset( $_REQUEST['tk'] ); } -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); require_once( KERNEL_PKG_PATH.'BitBase.php' ); include_once( KERNEL_PKG_PATH.'notification_lib.php' ); diff --git a/remind_password.php b/remind_password.php index e1d920d..177fc15 100644 --- a/remind_password.php +++ b/remind_password.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/remind_password.php,v 1.24 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/remind_password.php,v 1.25 2010/02/08 21:27:26 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: remind_password.php,v 1.24 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: remind_password.php,v 1.25 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -16,7 +16,7 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); $gBitSystem->verifyFeature( 'users_forgot_pass' ); @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/theme.php,v 1.11 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/theme.php,v 1.12 2010/02/08 21:27:26 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: theme.php,v 1.11 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: theme.php,v 1.12 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -18,7 +18,7 @@ $gEditMode = 'theme'; /** * required setup */ -include_once( '../bit_setup_inc.php' ); +include_once( '../kernel/setup_inc.php' ); include_once( USERS_PKG_PATH.'BitUser.php' ); include_once( THEMES_PKG_PATH.'css_lib.php' ); include_once( KERNEL_PKG_PATH.'BitSystem.php' ); diff --git a/users_rss.php b/users_rss.php index 35b4cc9..f2e2044 100644 --- a/users_rss.php +++ b/users_rss.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_users/users_rss.php,v 1.6 2008/06/30 19:29:17 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_users/users_rss.php,v 1.7 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -10,7 +10,7 @@ */ // ensure that we use absolute URLs everywhere $_REQUEST['uri_mode'] = TRUE; -require_once( "../bit_setup_inc.php" ); +require_once( "../kernel/setup_inc.php" ); $gBitSystem->verifyPackage( 'rss' ); $gBitSystem->verifyFeature( 'users_rss' ); diff --git a/validate.php b/validate.php index e277bc9..fd284ea 100644 --- a/validate.php +++ b/validate.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/validate.php,v 1.25 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/validate.php,v 1.26 2010/02/08 21:27:26 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: validate.php,v 1.25 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: validate.php,v 1.26 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -23,7 +23,7 @@ define( 'LOGIN_VALIDATE', TRUE ); /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); global $gBitSystem; diff --git a/watches.php b/watches.php index 80be4c8..137e3e4 100644 --- a/watches.php +++ b/watches.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/watches.php,v 1.9 2009/10/01 14:17:06 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/watches.php,v 1.10 2010/02/08 21:27:26 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: watches.php,v 1.9 2009/10/01 14:17:06 wjames5 Exp $ + * $Id: watches.php,v 1.10 2010/02/08 21:27:26 wjames5 Exp $ * @package users * @subpackage functions */ @@ -16,7 +16,7 @@ /** * required setup */ -include_once( '../bit_setup_inc.php' ); +include_once( '../kernel/setup_inc.php' ); $user = $gBitUser->mUserId; if (!$user) { $gBitSmarty->assign('msg', tra("You must log in to use this feature")); |
