|
From: Jon O. <jon...@us...> - 2006-06-17 20:49:56
|
Update of /cvsroot/mxbb/mx_profilecp In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6302/modules/mx_profilecp Modified Files: profile.php Log Message: security Index: profile.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/profile.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** profile.php 2 May 2006 23:28:36 -0000 1.10 --- profile.php 17 Jun 2006 20:49:53 -0000 1.11 *************** *** 38,41 **** --- 38,45 ---- else { + if( !defined('IN_PORTAL') || !is_object($mx_block)) + { + die("Hacking attempt"); + } // // Read Block Settings |