HomeHelpTrac

Changeset 13275 for trunk/administration


Ignore:
Timestamp:
11/19/09 18:52:44 (3 years ago)
Author:
Alexander Trofimov
Message:

Ticket #1467

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/fields.parse.php

    r13238 r13275  
    11<?php 
     2 
     3define ('BX_SECURITY_EXCEPTIONS', true); 
     4$aBxSecurityExceptions = array (); 
     5$aBxSecurityExceptions[] = 'POST.Check'; 
     6$aBxSecurityExceptions[] = 'REQUEST.Check'; 
     7$aBxSecurityExceptions[] = 'POST.Values'; 
     8$aBxSecurityExceptions[] = 'REQUEST.Values'; 
     9 
    210 
    311require_once( '../inc/header.inc.php' ); 
Note: See TracChangeset for help on using the changeset viewer.