|
From: Jon O. <jon...@us...> - 2006-06-17 20:14:03
|
Update of /cvsroot/mxbb/mx_phpbb/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22751/modules/mx_phpbb/admin Modified Files: mx_module_defs.php Log Message: Syncronizing...and code cleanup Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/mx_phpbb/admin/mx_module_defs.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mx_module_defs.php 29 May 2006 15:42:16 -0000 1.8 --- mx_module_defs.php 17 Jun 2006 20:14:00 -0000 1.9 *************** *** 9,12 **** --- 9,17 ---- */ + if ( !defined( 'IN_PORTAL' ) ) + { + die( "Hacking attempt" ); + } + /********************************************************************************\ | Class: mx_module_defs |