Changeset 13957 for branches


Ignore:
Timestamp:
Apr 7, 2012, 11:02:24 PM (12 years ago)
Author:
plg
Message:

bug 2611 fixed: check $_GETsection input parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/admin/configuration.php

    r13037 r13957  
    3636
    3737//-------------------------------------------------------- sections definitions
     38
     39check_input_parameter('section', $_GET, false, '/^[a-z]+$/i');
     40
    3841if (!isset($_GET['section']))
    3942{
Note: See TracChangeset for help on using the changeset viewer.