summaryrefslogtreecommitdiff
path: root/assign.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-08 21:27:22 +0000
committerwjames5 <will@tekimaki.com>2010-02-08 21:27:22 +0000
commit4a3ac8e153f9c13449885400f78214e65f00f644 (patch)
treecbeb8774738b579a5bcc1d9eee7943c46d99f530 /assign.php
parentaf82b920c361c44c4c5025476b19bef10ecf4abd (diff)
downloadboards-4a3ac8e153f9c13449885400f78214e65f00f644.tar.gz
boards-4a3ac8e153f9c13449885400f78214e65f00f644.tar.bz2
boards-4a3ac8e153f9c13449885400f78214e65f00f644.zip
deprecate root bit_setup_inc use kernel/setup_inc.php
Diffstat (limited to 'assign.php')
-rw-r--r--assign.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/assign.php b/assign.php
index 46d231c..3a2c6aa 100644
--- a/assign.php
+++ b/assign.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_boards/assign.php,v 1.9 2009/10/01 14:16:58 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_boards/assign.php,v 1.10 2010/02/08 21:27:21 wjames5 Exp $
* Copyright (c) 2004 bitweaver Messageboards
* 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.
@@ -11,7 +11,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
// Is package installed and enabled
$gBitSystem->verifyPackage( 'boards' );