FEAT: get rid of contacting localhost
This commit is contained in:
parent
212b59a6a5
commit
21a23bffdc
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>
|
<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);
|
||||||
|
|
Reference in a new issue