|
From: Jon O. <jon...@us...> - 2006-06-17 20:51:33
|
Update of /cvsroot/mxbb/mx_smartor In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7322/modules/mx_smartor Modified Files: album.php album_lists.php Log Message: security Index: album_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_lists.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** album_lists.php 2 May 2006 23:29:32 -0000 1.14 --- album_lists.php 17 Jun 2006 20:51:30 -0000 1.15 *************** *** 37,40 **** --- 37,44 ---- else { + if( !defined('IN_PORTAL') ) + { + die("Hacking attempt"); + } // // Read Block Settings Index: album.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** album.php 2 May 2006 23:29:32 -0000 1.11 --- album.php 17 Jun 2006 20:51:30 -0000 1.12 *************** *** 39,42 **** --- 39,46 ---- else { + if( !defined('IN_PORTAL') ) + { + die("Hacking attempt"); + } // // Read Block Settings |