HomeHelpTrac

Changeset 13161


Ignore:
Timestamp:
11/08/09 19:22:17 (2 years ago)
Author:
Alexander Trofimov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/member_menu_compose.php

    r12348 r13161  
    1818* see license.txt file; if not, write to marketing@boonex.com 
    1919***************************************************************************/ 
     20 
     21define ('BX_SECURITY_EXCEPTIONS', true); 
     22$aBxSecurityExceptions = array (); 
     23$aBxSecurityExceptions[] = 'POST.Link'; 
     24$aBxSecurityExceptions[] = 'REQUEST.Link'; 
    2025 
    2126require_once( '../inc/header.inc.php' ); 
Note: See TracChangeset for help on using the changeset viewer.