Visit BoonEx Page at Facebook

Facebook

Join BoonEx group at LinkedIn

LinkedIn

Follow BoonEx on Twitter

Twitter

Subscribe to BoonEx Blog RSS feed

RSS

Changeset 13128

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

Ticket #1384

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/modules/boonex/open_social/get_os_feed.php

    r12300 r13128  
    11<?php 
     2 
     3define('BX_SECURITY_EXCEPTIONS', true); 
     4$aBxSecurityExceptions = array( 
     5    'POST.request', 
     6    'GET.request', 
     7    'REQUEST.request', 
     8); 
    29 
    310require_once('../../../inc/header.inc.php'); 
  • 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');