diff options
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.2 2006/07/12 16:57:33 hash9 Exp $ +// $Header: /cvsroot/bitweaver/_bit_boards/index.php,v 1.3 2007/02/14 08:19:27 bitweaver 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. @@ -17,4 +17,4 @@ if (!empty($_REQUEST['t'])) { require( BITBOARDS_PKG_PATH.'board.php' ); } -?>
\ No newline at end of file +?> |
