|
From: Jon O. <jon...@us...> - 2008-06-15 21:59:47
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21747 Modified Files: index.php Log Message: forgotten? Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/index.php,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** index.php 28 Apr 2008 05:48:21 -0000 1.47 --- index.php 15 Jun 2008 21:59:42 -0000 1.48 *************** *** 103,107 **** "L_PORTAL_INDEX" => $lang['Portal_index'], "L_PREVIEW_PORTAL" => $lang['Preview_portal'], ! "LOGO" => $images['mx_logo'], --- 103,107 ---- "L_PORTAL_INDEX" => $lang['Portal_index'], "L_PREVIEW_PORTAL" => $lang['Preview_portal'], ! "LOGO" => $images['mx_logo'], *************** *** 915,918 **** --- 915,920 ---- case 'internal': + break; + case 'phpbb2': |