Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=fb06a2a0650bb28dbb69c2d9231a055128cf2082

commit fb06a2a0650bb28dbb69c2d9231a055128cf2082
Author: Michel Hermier <[EMAIL PROTECTED]>
Date:   Mon Oct 22 16:34:45 2007 +0200

site: Fix rss feed for current, seems nobody was using it since it was not 
reported.

diff --git a/frugalware/rss.php b/frugalware/rss.php
index 5defc38..df9f999 100644
--- a/frugalware/rss.php
+++ b/frugalware/rss.php
@@ -155,7 +155,7 @@ switch($_GET['type'])

case "current":
header('Content-Type: application/xml; charset=utf-8');
-               
print(file_get_contents("http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current/.git;a=rss;opt=--no-merges";));
+               
print(file_get_contents("http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=rss;opt=--no-merges";));
die();
case "stable":
header('Content-Type: application/xml; charset=utf-8');
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to