summaryrefslogtreecommitdiff
path: root/logout.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 /logout.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 'logout.php')
-rw-r--r--logout.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/logout.php b/logout.php
index 4ae2517..4b8bc3a 100644
--- a/logout.php
+++ b/logout.php
@@ -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' ) ) {