Changeset 13128 for trunk/modules/boonex/open_social/post_mod_os.php
- Timestamp:
- 11/03/09 00:39:06 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/boonex/open_social/post_mod_os.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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');
Note: See TracChangeset
for help on using the changeset viewer.