diff options
-rw-r--r-- | feed.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,8 @@ function ts_to_iso8601($ts) // | initialization | // +-----------------------------------------------------------------------+ +check_input_parameter('feed', $_GET['feed'], false, '/^[0-9a-z]{50}$/i'); + $feed_id= isset($_GET['feed']) ? $_GET['feed'] : ''; $image_only=isset($_GET['image_only']); |