attempt number 710

This commit is contained in:
Mohamad Damaj 2023-06-23 11:25:03 +03:00
parent 405057cfaa
commit 547b44a7f8

View file

@ -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);