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/cat_list.php

    r3046 r4495  
    6565// +-----------------------------------------------------------------------+
    6666
     67check_input_parameter('parent_id', @$_GET['parent_id'], false, PATTERN_ID);
     68
    6769$categories = array();
    6870
Note: See TracChangeset for help on using the changeset viewer.