From d1ac29ed93dc86fbd22ba87097393af7bc272d7c Mon Sep 17 00:00:00 2001 From: root Date: Mon, 12 Mar 2007 14:27:16 +0000 Subject: [PATCH] Loosened the coupling of the blog integration Added the trailing / on the URLs --- pages/index/0.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index/0.php b/pages/index/0.php index 0c5fe4a..038cbf2 100644 --- a/pages/index/0.php +++ b/pages/index/0.php @@ -39,10 +39,10 @@ */ $rss = ""; $open = $items = 0; - $fp = @fopen("http://blog.CAcert.org/feed/rss/", "r"); + $fp = @fopen("/www/pages/index/feed.rss", "r"); if($fp) { - echo '

'._('Latest News').' - [ '._('More News Items').' ]

'; + echo '

'._('Latest News').' - [ '._('More News Items').' ]

'; while(!feof($fp))