Changeset 13958

Show
Ignore:
Timestamp:
04/07/12 23:02:56 (14 months ago)
Author:
plg
Message:

merge r13957 from branch 2.3 to trunk

bug 2611 fixed: check $_GETsection input parameter

Files:
1 modified

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{