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