Ignore:
Timestamp:
Dec 15, 2009, 1:33:57 AM (14 years ago)
Author:
plg
Message:

bug 1329 fixed: add a check_input_parameter function to prevent hacking
attempts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/element_set.php

    r3217 r4495  
    4040check_status(ACCESS_ADMINISTRATOR);
    4141
     42check_input_parameter('selection', @$_POST['selection'], true, PATTERN_ID);
     43
    4244// +-----------------------------------------------------------------------+
    4345// |                          caddie management                            |
Note: See TracChangeset for help on using the changeset viewer.