gaim/www

Bump the RSS item limit up to 10.

2003-12-22, Christian Hammond
fa16ba4a293f
Parents 6b24e6a64f72
Children e51506a045b3
Bump the RSS item limit up to 10.
--- a/htdocs/rss.php Mon Dec 22 15:50:40 2003 -0500
+++ b/htdocs/rss.php Mon Dec 22 16:16:50 2003 -0500
@@ -71,7 +71,7 @@
"http://gaim.sourceforge.net/index.php");
if (!isset($start)) { $start = 0; }
- if (!isset($limit)) { $limit = 5; }
+ if (!isset($limit)) { $limit = 10; }
$fcontents = file("news.txt");
$index = 0;