FEAT: get rid of contacting localhost

This commit is contained in:
Mohamad Damaj 2023-06-23 12:03:16 +03:00
parent 212b59a6a5
commit 21a23bffdc

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> <p> NOTE: for people who want to use an RSS reader, here is the <a href='rss.xml'>rss.xml</a></p>
<?php <?php
// Define the RSS feed URL // Define the RSS feed URL
$feed = 'https://beta.damaj.tech/site/blog/rss.xml'; $feed = '/var/www/beta/site/blog/rss.xml';
// Parse the XML // Parse the XML
$xml = simplexml_load_file($feed); $xml = simplexml_load_file($feed);