diff options
Diffstat (limited to 'remind_password.php')
| -rw-r--r-- | remind_password.php | 6 |
1 files changed, 3 insertions, 3 deletions
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' ); |
