diff options
| author | Hash9 <hash9@users.sourceforge.net> | 2006-07-12 17:00:33 +0000 |
|---|---|---|
| committer | Hash9 <hash9@users.sourceforge.net> | 2006-07-12 17:00:33 +0000 |
| commit | 08bf61461f4a7138f2a9fa1721ee80691032d32b (patch) | |
| tree | 3caaac62ed46d8feb56c19fd2adac24c49a330b0 /index.php | |
| parent | 89324a0abef2594c09965cb0e3166e3e7121b596 (diff) | |
| download | boards-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' ); |
