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

commit 2466829bb83dd611db1faa4089efe6e2bfcf0379
Author: Krisztian VASAS <i...@frugalware.org>
Date:   Mon Oct 31 11:48:27 2011 +0100

fixed bts rss

diff --git a/frugalware/rss.php b/frugalware/rss.php
index fe11dd3..d003fbc 100644
--- a/frugalware/rss.php
+++ b/frugalware/rss.php
@@ -174,7 +174,8 @@ switch($_GET['type'])
die();
case "bugs":
header('Content-Type: application/xml; charset=utf-8');
-               print(str_replace("index.php?do=details&amp;task_id=", "", 
file_get_contents("http://bugs.frugalware.org/feed.php?feed_type=rss2&project=1";)));
+               //print(str_replace("index.php?do=details&amp;task_id=", "", 
file_get_contents("http://bugs.frugalware.org/feed.php?feed_type=rss2&project=1";)));
+               print( file_get_contents( 
"https://bugs.frugalware.org/report/1?asc=1&format=rss"; ) );
die();
case "blogs":
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