|
From: Jon O. <jon...@us...> - 2006-09-14 09:34:38
|
Update of /cvsroot/mxbb/mx_phpbb In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22799/modules/mx_phpbb Modified Files: mx_phpbb.php Log Message: fix Index: mx_phpbb.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/mx_phpbb.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** mx_phpbb.php 11 Sep 2006 17:27:19 -0000 1.10 --- mx_phpbb.php 14 Sep 2006 09:34:33 -0000 1.11 *************** *** 19,23 **** // // phpBB pages to hide (uncomment to activate): ! $private_phpbb_script = array('profile', 'memberlist', 'privmsg'); // // --- 19,23 ---- // // phpBB pages to hide (uncomment to activate): ! $private_phpbb_script = array('memberlist', 'privmsg'); // // |