diff options
| author | wjames5 <will@tekimaki.com> | 2008-07-31 22:21:49 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-07-31 22:21:49 +0000 |
| commit | fb4b0d895bc6da3210930c23c6e6a73a82591683 (patch) | |
| tree | beed069b4f75fe781a1700ea15b0b3a2823de48c /index.php | |
| parent | 87bc66a71b5c32d609c76f1829a26507cd4b62be (diff) | |
| download | boards-fb4b0d895bc6da3210930c23c6e6a73a82591683.tar.gz boards-fb4b0d895bc6da3210930c23c6e6a73a82591683.tar.bz2 boards-fb4b0d895bc6da3210930c23c6e6a73a82591683.zip | |
nice reorg to group stray process and flow in order of importance better
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' ); |
