|
From: Jon O. <jon...@us...> - 2006-06-17 20:09:14
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks/admin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20300/modules/mx_textblocks/admin Modified Files: mx_module_defs.php Log Message: Clean up... Index: mx_module_defs.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/admin/mx_module_defs.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** mx_module_defs.php 29 May 2006 15:37:04 -0000 1.16 --- mx_module_defs.php 17 Jun 2006 20:09:07 -0000 1.17 *************** *** 9,12 **** --- 9,17 ---- */ + if ( !defined( 'IN_PORTAL' ) ) + { + die( "Hacking attempt" ); + } + /********************************************************************************\ | Class: mx_module_defs |