Changeset 13958 for trunk


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

merge r13957 from branch 2.3 to trunk

bug 2611 fixed: check $_GETsection input parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

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