diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:22 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:22 +0000 |
| commit | 4a3ac8e153f9c13449885400f78214e65f00f644 (patch) | |
| tree | cbeb8774738b579a5bcc1d9eee7943c46d99f530 /assign.php | |
| parent | af82b920c361c44c4c5025476b19bef10ecf4abd (diff) | |
| download | boards-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' ); |
