|
From: Florin C B. <ory...@us...> - 2014-07-07 20:36:55
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27897/sessions/phpbb3 Modified Files: core.php Log Message: Index: core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/core.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** core.php 16 May 2014 18:02:23 -0000 1.28 --- core.php 7 Jul 2014 20:36:53 -0000 1.29 *************** *** 378,385 **** { global $mx_root_path, $phpbb_root_path, $phpEx; ! if ($force_shared) { ! $backend = in_array($force_shared, array('internal', 'phpbb2', 'phpbb3')) ? $force_shared : PORTAL_BACKEND; switch ($backend) { --- 378,385 ---- { global $mx_root_path, $phpbb_root_path, $phpEx; ! if ($force_shared) { ! $backend = in_array($force_shared, array('internal', 'phpbb2', 'smf2', 'mybb', 'phpbb3', 'olympus', 'ascraeus', 'rhea')) ? $force_shared : PORTAL_BACKEND; switch ($backend) { |