[Openfirst-cvscommit] www/htdocs files.php,1.1,1.2
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2005-05-25 18:49:51
|
Update of /cvsroot/openfirst/www/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11367 Modified Files: files.php Log Message: Fix the URI fetched to be the live data rather than a testing saved copy. Index: files.php =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/files.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** files.php 25 May 2005 18:46:28 -0000 1.1 --- files.php 25 May 2005 18:49:31 -0000 1.2 *************** *** 10,14 **** ! $inf = fopen("fil.rss", "r"); mysql_query("DELETE FROM files WHERE 1;"); --- 10,14 ---- ! $inf = fopen("http://sourceforge.net/export/rss2_projfiles.php?group_id=78233", "r"); mysql_query("DELETE FROM files WHERE 1;"); |