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 /boards_rss.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 'boards_rss.php')
| -rw-r--r-- | boards_rss.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boards_rss.php b/boards_rss.php index 5a980e7..2f105df 100644 --- a/boards_rss.php +++ b/boards_rss.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_boards/boards_rss.php,v 1.6 2009/10/09 04:07:42 wjames5 Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_boards/boards_rss.php,v 1.7 2010/02/08 21:27:21 wjames5 Exp $ * @package boards * @subpackage functions */ @@ -8,7 +8,7 @@ /** * Initialization */ -require_once( "../bit_setup_inc.php" ); +require_once( "../kernel/setup_inc.php" ); $gBitSystem->verifyPackage( 'boards' ); $gBitSystem->verifyPackage( 'rss' ); |
