|
From: FlorinCB <ory...@us...> - 2008-09-01 02:23:50
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26727 Modified Files: forum_hack.php Log Message: fix Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** forum_hack.php 19 Jul 2008 23:06:33 -0000 1.62 --- forum_hack.php 1 Sep 2008 02:23:38 -0000 1.63 *************** *** 243,247 **** { $row = $db->sql_fetchrow( $result ); ! if (file_exists( $mx_root_path . 'includes/sessions/index.htm' )) { // --- 243,247 ---- { $row = $db->sql_fetchrow( $result ); ! if (file_exists($mx_root_path . 'includes/sessions/phpbb3/index.htm')) { // |