summaryrefslogtreecommitdiff
path: root/register.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-08 21:27:26 +0000
committerwjames5 <will@tekimaki.com>2010-02-08 21:27:26 +0000
commita5651cbf46df2830858797bd6f2f18144d137935 (patch)
treefa878d7b41165119ae31c3c7726e5173515d4189 /register.php
parenta8c7bf8eeed927109ab118eff512e30eb08820a4 (diff)
downloadusers-a5651cbf46df2830858797bd6f2f18144d137935.tar.gz
users-a5651cbf46df2830858797bd6f2f18144d137935.tar.bz2
users-a5651cbf46df2830858797bd6f2f18144d137935.zip
deprecate root bit_setup_inc use kernel/setup_inc.php
Diffstat (limited to 'register.php')
-rw-r--r--register.php6
1 files changed, 3 insertions, 3 deletions
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' );