HomeHelpTrac

Changeset 13146


Ignore:
Timestamp:
11/05/09 19:08:31 (2 years ago)
Author:
Alexander Trofimov
Message:

Ticket #1384

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/categories.php

    r12373 r13146  
    1818* see license.txt file; if not, write to marketing@boonex.com 
    1919***************************************************************************/ 
     20 
     21define ('BX_SECURITY_EXCEPTIONS', true); 
     22$aBxSecurityExceptions = array (); 
     23if (is_array($_REQUEST['pathes'])) { 
     24    for ($i=0;$i<count($_REQUEST['pathes']);++$i) { 
     25        $aBxSecurityExceptions[] = 'POST.pathes.'.$i; 
     26        $aBxSecurityExceptions[] = 'REQUEST.pathes.'.$i; 
     27    } 
     28} 
    2029 
    2130require_once( '../inc/header.inc.php' ); 
Note: See TracChangeset for help on using the changeset viewer.