[Kde-cygwin-cvs] CVS: website/htdocs index.php,1.1,1.2
Status: Inactive
Brought to you by:
habacker
From: Ralf H. <hab...@us...> - 2001-06-12 10:05:14
|
Update of /cvsroot/kde-cygwin/website/htdocs In directory usw-pr-cvs1:/tmp/cvs-serv17672 Modified Files: index.php Log Message: Index: index.php =================================================================== RCS file: /cvsroot/kde-cygwin/website/htdocs/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** index.php 2001/06/12 10:02:21 1.1 --- index.php 2001/06/12 10:05:11 1.2 *************** *** 45,49 **** <td width="100%"> <? ! $fp = fopen ("http://sourceforge.net/export/projnews.php?group_id=27249&limit=5&flat=1&show_summery=1", "r"); while (!feof($fd)) { $buffer = fgets($fd, 4096); --- 45,49 ---- <td width="100%"> <? ! $fd = fopen ("http://sourceforge.net/export/projnews.php?group_id=27249&limit=5&flat=1&show_summery=1", "r"); while (!feof($fd)) { $buffer = fgets($fd, 4096); |