From cf49644f4efc95f34ad94fd8e12e226d546b4b95 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Mon, 28 Sep 2009 16:15:40 -0400 Subject: Change rss2.php references to rss.php Signed-off-by: Loui Chang --- web/html/rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/rss.php') diff --git a/web/html/rss.php b/web/html/rss.php index 659ee15..1cf8753 100644 --- a/web/html/rss.php +++ b/web/html/rss.php @@ -16,7 +16,7 @@ $rss->useCached("RSS2.0", "/tmp/aur-newestpkg.xml", 1800); $rss->title = "AUR Newest Packages"; $rss->description = "The latest and greatest packages in the AUR"; $rss->link = "${protocol}://{$host}"; -$rss->syndicationURL = "{$protocol}://{$host}/rss2.php"; +$rss->syndicationURL = "{$protocol}://{$host}/rss.php"; $image = new FeedImage(); $image->title = "AUR"; $image->url = "{$protocol}://{$host}/images/AUR-logo-80.png"; -- cgit v1.2.3-70-g09d2