summaryrefslogtreecommitdiff
path: root/custom_home.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 /custom_home.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 'custom_home.php')
-rw-r--r--custom_home.php6
1 files changed, 3 insertions, 3 deletions
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');
/*