|
From: Jon O. <jon...@us...> - 2006-06-17 20:50:19
|
Update of /cvsroot/mxbb/mx_quotations/includes In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6753/modules/mx_quotations/includes Modified Files: mx_quotations_constants.php Log Message: security Index: mx_quotations_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/includes/mx_quotations_constants.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_quotations_constants.php 5 Apr 2006 23:04:08 -0000 1.2 --- mx_quotations_constants.php 17 Jun 2006 20:50:15 -0000 1.3 *************** *** 8,12 **** * */ ! // ------------------------------------------------------------------------- // This file defines specific constants for the module --- 8,17 ---- * */ ! ! if( !defined('IN_PORTAL') ) ! { ! die("Hacking attempt"); ! } ! // ------------------------------------------------------------------------- // This file defines specific constants for the module *************** *** 24,28 **** // ------------------------------------------------------------------------- $mx_user->extend(MX_LANG_MAIN, MX_IMAGES_NONE); ! $mx_page->add_copyright( 'mxBB Quotations Module' ); } --- 29,33 ---- // ------------------------------------------------------------------------- $mx_user->extend(MX_LANG_MAIN, MX_IMAGES_NONE); ! $mx_page->add_copyright( 'mxBB Quotations Module' ); } |