|
From: Yettyn <jo...@us...> - 2008-02-04 15:56:48
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16337/includes/sessions/phpbb3 Modified Files: auth.php login.php session.php Log Message: One of many commits with changes of old references from mxBB to MX-Publisher, including url's, strings etc. but not code statements. Index: login.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/login.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** login.php 15 Dec 2007 08:38:08 -0000 1.3 --- login.php 4 Feb 2008 15:56:44 -0000 1.4 *************** *** 2,10 **** /** * ! * @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 * */ --- 2,10 ---- /** * ! * @package MX-Publisher Core * @version $Id$ ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ Index: auth.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/auth.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** auth.php 21 Jan 2008 14:43:49 -0000 1.2 --- auth.php 4 Feb 2008 15:56:44 -0000 1.3 *************** *** 4,10 **** * @package Auth * @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 * */ --- 4,10 ---- * @package Auth * @version $Id$ ! * @copyright (c) 2002-2008 MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 ! * @link http://www.mx-publisher.com * */ Index: session.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/session.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** session.php 3 Feb 2008 10:03:40 -0000 1.8 --- session.php 4 Feb 2008 15:56:44 -0000 1.9 *************** *** 1671,1675 **** // Put them into $lang if nothing is prefixed, put them into $help if help: is prefixed // For example: help:faq, posting ! die("You should not use db with mxBB!"); } } --- 1671,1675 ---- // Put them into $lang if nothing is prefixed, put them into $help if help: is prefixed // For example: help:faq, posting ! die("You should not use db with MX-Publisher!"); } } |