|
From: Jon O. <jon...@us...> - 2006-06-17 20:22:47
|
Update of /cvsroot/mxbb/mx_phpbb/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26581/modules/mx_phpbb/includes Modified Files: forum_hack.php Log Message: security Index: forum_hack.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/includes/forum_hack.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** forum_hack.php 29 May 2006 15:42:16 -0000 1.11 --- forum_hack.php 17 Jun 2006 20:22:44 -0000 1.12 *************** *** 9,12 **** --- 9,17 ---- */ + if ( !defined( 'IN_PORTAL' ) && !defined( 'IN_PHPBB' ) ) + { + die( "Hacking attempt" ); + } + define( 'MX_FORUM_DEBUG', 1 ); |