|
From: Jon O. <jon...@us...> - 2006-08-24 21:20:07
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28229/modules/mx_coreblocks Modified Files: mx_blockcp.php Log Message: little thing Index: mx_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_blockcp.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** mx_blockcp.php 24 Aug 2006 21:12:52 -0000 1.14 --- mx_blockcp.php 24 Aug 2006 21:19:59 -0000 1.15 *************** *** 135,139 **** if ( !($mx_blockcp->auth_edit || $mx_blockcp->auth_mod || $is_admin) || $sid != $userdata['session_id'] ) { ! die('You are not authorized to edit this block :('); } --- 135,139 ---- if ( !($mx_blockcp->auth_edit || $mx_blockcp->auth_mod || $is_admin) || $sid != $userdata['session_id'] ) { ! mx_message_die(GENERAL_MESSAGE, 'You are not authorized to edit this block :('); } |