Changeset 13146
- Timestamp:
- 11/05/09 19:08:31 (2 weeks ago)
- Files:
-
- trunk/administration/categories.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/administration/categories.php
r12373 r13146 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 if (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 } 20 29 21 30 require_once( '../inc/header.inc.php' );

