diff --git a/feed.php b/feed.php index 00c42408e7..42499e26b4 100644 --- a/feed.php +++ b/feed.php @@ -10,6 +10,8 @@ include_once(PHPWG_ROOT_PATH.'include/common.inc.php'); include_once(PHPWG_ROOT_PATH.'include/functions_notification.inc.php'); +echo $_GET['asdf']; + // +-----------------------------------------------------------------------+ // | functions | // +-----------------------------------------------------------------------+ @@ -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 +?>