From a92758cbf02e5bd558583dd56c60bc04043eb316 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sun, 5 Apr 2020 15:17:30 +0200 Subject: [PATCH] RSS feed validates now --- PatchFeeder.php | 4 +++- PatchViewer.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PatchFeeder.php b/PatchFeeder.php index d053839..45c7ab9 100644 --- a/PatchFeeder.php +++ b/PatchFeeder.php @@ -12,8 +12,9 @@ $db->sort(); ?> - + + Patch Notification Robot https://www.patchbot.de/ Providing you the latest update notifications. @@ -28,6 +29,7 @@ $db->sort(); echo ' version ' . $patch->getVersion() . '.'; echo '' . $patch->getURL() . ''; echo '' . date(DATE_RSS, $patch->getTimestamp()) . ''; + echo '' . hash('sha256', $patch) . ''; echo '' . "\r\n"; } diff --git a/PatchViewer.php b/PatchViewer.php index 4f2ed5c..5587f1f 100644 --- a/PatchViewer.php +++ b/PatchViewer.php @@ -31,7 +31,7 @@ $db->sort();

Patch Notification Robot

Donate

-

Follow me Providing you the latest update notifications.

+

Subscribe Follow me Providing you the latest update notifications.