|
From: Jon O. <jon...@us...> - 2008-07-11 22:46:10
|
Update of /cvsroot/mxbb/core/includes/sessions/internal In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7216/sessions/internal Modified Files: core.php Log Message: Moving phpbb_auth to backends... Index: core.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/internal/core.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** core.php 11 Jul 2008 22:00:18 -0000 1.3 --- core.php 11 Jul 2008 22:46:06 -0000 1.4 *************** *** 15,18 **** --- 15,26 ---- } + // + // First off, include common vanilla phpBB functions, from our shared dir + // Note: These functions will later be accessible wrapped as phpBBX::orig_functionname() + // + include($mx_root_path . 'includes/shared/phpbb2/includes/functions.' . $phpEx); + include($mx_root_path . 'includes/shared/phpbb3/includes/functions.' . $phpEx); + + include_once($phpbb_root_path . 'includes/functions.' . $phpEx); // In case we need old functions... /** |