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 /mailing_list.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 'mailing_list.php')
| -rw-r--r-- | mailing_list.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mailing_list.php b/mailing_list.php index 1e0571d..2135697 100644 --- a/mailing_list.php +++ b/mailing_list.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_boards/mailing_list.php,v 1.10 2009/10/01 14:16:58 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_boards/mailing_list.php,v 1.11 2010/02/08 21:27:21 wjames5 Exp $ * Copyright (c) bitweaver Group * 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. @@ -12,7 +12,7 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); require_once( BOARDS_PKG_PATH.'BitBoardTopic.php' ); require_once( BOARDS_PKG_PATH.'BitBoardPost.php' ); require_once( BOARDS_PKG_PATH.'BitBoard.php' ); |
