diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-09-28 22:15:40 +0200 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-09-28 22:23:35 +0200 |
commit | cf49644f4efc95f34ad94fd8e12e226d546b4b95 (patch) | |
tree | 1e385648d8b9c191b6fd0ce35c79b2f5207cb019 /web/html | |
parent | 5ca82939ce78fe848b92f077dd7ec3311a922755 (diff) | |
download | aur-cf49644f4efc95f34ad94fd8e12e226d546b4b95.tar.gz aur-cf49644f4efc95f34ad94fd8e12e226d546b4b95.tar.xz |
Change rss2.php references to rss.php
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/rss.php b/web/html/rss.php index 659ee15d..1cf8753b 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"; |