Changeset 13128
- Timestamp:
- 11/03/09 00:39:06 (3 weeks ago)
- Files:
-
- trunk/modules/boonex/open_social/get_os_feed.php (modified) (1 diff)
- trunk/modules/boonex/open_social/post_mod_os.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/modules/boonex/open_social/get_os_feed.php
r12300 r13128 1 1 <?php 2 3 define('BX_SECURITY_EXCEPTIONS', true); 4 $aBxSecurityExceptions = array( 5 'POST.request', 6 'GET.request', 7 'REQUEST.request', 8 ); 2 9 3 10 require_once('../../../inc/header.inc.php'); trunk/modules/boonex/open_social/post_mod_os.php
r12667 r13128 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 'POST.request', 24 'GET.request', 25 'REQUEST.request', 26 ); 20 27 21 28 require_once('../../../inc/header.inc.php');

