attempt number 710
This commit is contained in:
parent
405057cfaa
commit
547b44a7f8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<p> NOTE: for people who want to use an RSS reader, here is the <a href='rss.xml'>rss.xml</a></p>
|
||||
<?php
|
||||
// Define the RSS feed URL
|
||||
$feed = '/var/www/beta/site/blog/rss.xml';
|
||||
$feed = 'rss.xml';
|
||||
|
||||
// Parse the XML
|
||||
$xml = simplexml_load_file($feed);
|
||||
|
|
Reference in a new issue