Changeset 13275 for trunk/administration/fields.parse.php
- Timestamp:
- 11/19/09 18:52:44 (3 years ago)
- File:
-
- 1 edited
-
trunk/administration/fields.parse.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/fields.parse.php
r13238 r13275 1 1 <?php 2 3 define ('BX_SECURITY_EXCEPTIONS', true); 4 $aBxSecurityExceptions = array (); 5 $aBxSecurityExceptions[] = 'POST.Check'; 6 $aBxSecurityExceptions[] = 'REQUEST.Check'; 7 $aBxSecurityExceptions[] = 'POST.Values'; 8 $aBxSecurityExceptions[] = 'REQUEST.Values'; 9 2 10 3 11 require_once( '../inc/header.inc.php' );
Note: See TracChangeset
for help on using the changeset viewer.