|
From: OryNider <ory...@us...> - 2008-01-11 06:29:13
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12898 Modified Files: Tag: core28x common.php Log Message: misssing constant that we may need added :) Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.67.2.1 retrieving revision 1.67.2.2 diff -C2 -d -r1.67.2.1 -r1.67.2.2 *** common.php 12 Sep 2007 17:56:44 -0000 1.67.2.1 --- common.php 11 Jan 2008 06:29:05 -0000 1.67.2.2 *************** *** 15,19 **** } - define('IN_PHPBB', 1); --- 15,18 ---- *************** *** 48,52 **** $HTTP_POST_FILES = $_FILES; ! // _SESSION is the only superglobal which is conditionally set if (isset($_SESSION)) { --- 47,51 ---- $HTTP_POST_FILES = $_FILES; ! //_SESSION is the only superglobal which is conditionally set if (isset($_SESSION)) { *************** *** 238,241 **** --- 237,241 ---- define('PORTAL_URL', $portal_config['portal_url']); define('PORTAL_VERSION', $portal_config['portal_version']); + define('PORTAL_BACKEND', $portal_config['portal_backend']); // |