Changeset 4742


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

bug 1391 fixed: prevent from SQL injection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/feed.php

    r3123 r4742  
    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.