|
From: OryNider <ory...@us...> - 2008-05-15 02:48:20
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14316 Modified Files: forum_hack.php Log Message: Upgraded for phpBB 2.0.23 ;) Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** forum_hack.php 27 Apr 2008 18:52:33 -0000 1.54 --- forum_hack.php 15 May 2008 02:48:16 -0000 1.55 *************** *** 1797,1801 **** case 'modcp': ! $code = str_replace('"modcp.$phpEx', '$phpbb_root_path."modcp.$phpEx', $code); break; --- 1797,1802 ---- case 'modcp': ! $code = str_replace('"modcp.$phpEx?', '$phpbb_root_path."modcp.$phpEx?', $code); ! $code = str_replace('"viewtopic.$phpEx?', '$phpbb_root_path."viewtopic.$phpEx?', $code); break; |