diff options
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,13 +1,10 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_boards/index.php,v 1.8 2008/07/31 16:54:41 wjames5 Exp $ +// $Header: /cvsroot/bitweaver/_bit_boards/index.php,v 1.9 2008/07/31 22:21:49 wjames5 Exp $ // Copyright (c) 2004 bitweaver Messageboards // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. // Initialization require_once( '../bit_setup_inc.php' ); -require_once( BOARDS_PKG_PATH.'BitBoard.php' ); -require_once( BOARDS_PKG_PATH.'BitBoardPost.php' ); -require_once( BOARDS_PKG_PATH.'BitBoard.php' ); if( !empty( $_REQUEST['t'] ) || !empty( $_REQUEST['migrate_topic_id'] ) || !empty( $_REQUEST['migrate_post_id'] ) ) { require( BOARDS_PKG_PATH.'view_topic_inc.php' ); |
