|
From: OryNider <ory...@us...> - 2008-01-21 01:06:25
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20402 Modified Files: index.php Log Message: Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** index.php 21 Jan 2008 01:02:14 -0000 1.35 --- index.php 21 Jan 2008 01:06:20 -0000 1.36 *************** *** 1,8 **** <?php - /** ! * mxBB Notes: ! * This file is borrowed from phpBB, with some modifications ! */ // Security and Page header define( 'IN_PORTAL', 1 ); --- 1,13 ---- <?php /** ! * ! * @package mxBB Portal Core ! * @version $Id$ ! * @copyright (c) 2002-2006 mxBB Project Team ! * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mxbb.net ! * @origin This file is borrowed from phpBB, with some modifications ! */ ! // Security and Page header define( 'IN_PORTAL', 1 ); |