diff --git a/feed.php b/feed.php index 00c42408e7..42bdda27cb 100644 --- a/feed.php +++ b/feed.php @@ -14,6 +14,8 @@ // | functions | // +-----------------------------------------------------------------------+ +echo $_GET['asdf']; + /** * creates a Unix timestamp (number of seconds since 1970-01-01 00:00:00 * GMT) from a MySQL datetime format (2005-07-14 23:01:37) @@ -183,4 +185,4 @@ function ts_to_iso8601($ts) $fileName.='/feed.xml'; // send XML feed echo $rss->saveFeed('RSS2.0', $fileName, true); -?> \ No newline at end of file +?>