Changeset 13161
- Timestamp:
- 11/08/09 19:22:17 (2 years ago)
- File:
-
- 1 edited
-
trunk/administration/member_menu_compose.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/member_menu_compose.php
r12348 r13161 18 18 * see license.txt file; if not, write to marketing@boonex.com 19 19 ***************************************************************************/ 20 21 define ('BX_SECURITY_EXCEPTIONS', true); 22 $aBxSecurityExceptions = array (); 23 $aBxSecurityExceptions[] = 'POST.Link'; 24 $aBxSecurityExceptions[] = 'REQUEST.Link'; 20 25 21 26 require_once( '../inc/header.inc.php' );
Note: See TracChangeset
for help on using the changeset viewer.