Changeset 4743


Ignore:
Timestamp:
Jan 25, 2010, 4:19:17 PM (14 years ago)
Author:
plg
Message:

merge r4742 from branch 2.0 to trunk

bug 1391 fixed: prevent from SQL injection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/feed.php

    r4367 r4743  
    6464// +-----------------------------------------------------------------------+
    6565
     66check_input_parameter('feed', $_GET['feed'], false, '/^[0-9a-z]{50}$/i');
     67
    6668$feed_id= isset($_GET['feed']) ? $_GET['feed'] : '';
    6769$image_only=isset($_GET['image_only']);
Note: See TracChangeset for help on using the changeset viewer.