Loosened the coupling of the blog integration

Added the trailing / on the URLs
pull/1/head
root 18 years ago
parent 39619d8357
commit d1ac29ed93

@ -39,10 +39,10 @@
*/ */
$rss = ""; $rss = "";
$open = $items = 0; $open = $items = 0;
$fp = @fopen("http://blog.CAcert.org/feed/rss/", "r"); $fp = @fopen("/www/pages/index/feed.rss", "r");
if($fp) if($fp)
{ {
echo '<p><a href="http://blog.CAcert.org">'._('Latest News').'</a> - [ <a href="http://blog.CAcert.org">'._('More News Items').'</a> ]</p>'; echo '<p><a href="http://blog.CAcert.org/">'._('Latest News').'</a> - [ <a href="http://blog.CAcert.org/">'._('More News Items').'</a> ]</p>';
while(!feof($fp)) while(!feof($fp))

Loading…
Cancel
Save