This commit is contained in:
Evan G. 2024-05-30 12:14:43 -05:00
parent 51e63370a4
commit f8c930c1bd
Signed by: fbievan
GPG Key ID: 55FAB8CB6842F080
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ echo "<?xml version='1.0' encoding='UTF-8' ?>
<rss version='2.0'>
<channel>
<title>Fbi's Epic Guestbook RSS Feed</title>
<link>https://www.w3schools.com</link>
<link>https://testing.fbievan.live/guestbook/</link>
<description>A cool Guestbook made by fbievan</description>";
$data = json_decode(file_get_contents('test.json'), true);
$id = 0;