[GRASSweb-list] markus: web main.inc,1.77,1.78
grass at intevation.de
grass at intevation.de
Tue Oct 31 06:29:34 EST 2006
Author: markus
Update of /grassrepository/web
In directory doto:/tmp/cvs-serv29574
Modified Files:
main.inc
Log Message:
let's try local file on mirror site
Index: main.inc
===================================================================
RCS file: /grassrepository/web/main.inc,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- main.inc 31 Oct 2006 10:39:51 -0000 1.77
+++ main.inc 31 Oct 2006 11:29:32 -0000 1.78
@@ -57,7 +57,7 @@
<ul>
<?php
include("feed/rss.php"); // we'd better hardcode the URL ?
- $r1 =& new XML_RSS('http://grass.itc.it/rss.xml');
+ $r1 =& new XML_RSS('rss.xml');
$r1->parse();
foreach ($r1->getItems() as $value) {
$format = '%d %b %Y';
More information about the grass-web
mailing list