summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorHash9 <hash9@users.sourceforge.net>2006-07-12 17:00:33 +0000
committerHash9 <hash9@users.sourceforge.net>2006-07-12 17:00:33 +0000
commit08bf61461f4a7138f2a9fa1721ee80691032d32b (patch)
tree3caaac62ed46d8feb56c19fd2adac24c49a330b0 /index.php
parent89324a0abef2594c09965cb0e3166e3e7121b596 (diff)
downloadboards-08bf61461f4a7138f2a9fa1721ee80691032d32b.tar.gz
boards-08bf61461f4a7138f2a9fa1721ee80691032d32b.tar.bz2
boards-08bf61461f4a7138f2a9fa1721ee80691032d32b.zip
allow content to be assigned to boards and get some extra data for the queries, also get more templates for comments from liberty
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 7db2bc7..03859c1 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_boards/index.php,v 1.1 2006/06/28 15:45:26 spiderr Exp $
+// $Header: /cvsroot/bitweaver/_bit_boards/index.php,v 1.2 2006/07/12 16:57:33 hash9 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.
@@ -11,7 +11,7 @@ require_once( BITBOARDS_PKG_PATH.'BitBoard.php' );
if (!empty($_REQUEST['t'])) {
require( BITBOARDS_PKG_PATH.'post.php' );
-} elseif (!empty($_REQUEST['c'])) {
+} elseif (!empty($_REQUEST['b'])) {
require( BITBOARDS_PKG_PATH.'topic.php' );
} else {
require( BITBOARDS_PKG_PATH.'board.php' );