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