summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2008-07-31 22:21:49 +0000
committerwjames5 <will@tekimaki.com>2008-07-31 22:21:49 +0000
commitfb4b0d895bc6da3210930c23c6e6a73a82591683 (patch)
treebeed069b4f75fe781a1700ea15b0b3a2823de48c /index.php
parent87bc66a71b5c32d609c76f1829a26507cd4b62be (diff)
downloadboards-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.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/index.php b/index.php
index 4d3edf3..45408bd 100644
--- a/index.php
+++ b/index.php
@@ -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' );