HomeHelpTrac

Ignore:
Timestamp:
11/03/09 00:39:06 (3 years ago)
Author:
Alexander Trofimov
Message:

Ticket #1384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/open_social/post_mod_os.php

    r12667 r13128  
    1818* see license.txt file; if not, write to marketing@boonex.com 
    1919***************************************************************************/ 
     20 
     21define('BX_SECURITY_EXCEPTIONS', true); 
     22$aBxSecurityExceptions = array( 
     23    'POST.request', 
     24    'GET.request', 
     25    'REQUEST.request', 
     26); 
    2027 
    2128require_once('../../../inc/header.inc.php'); 
Note: See TracChangeset for help on using the changeset viewer.