PatchFeeder: add creation date info

This commit is contained in:
Steffen Lange 2021-03-06 11:41:33 +01:00
parent 0698c32dc3
commit 334b732846

View file

@ -20,6 +20,7 @@ $db->sort();
<link>https://www.patchbot.de/</link>
<description>Providing you the latest update notifications.</description>
<copyright>© <?php echo date('Y'); ?> Steffen Lange</copyright>
<pubDate><?php echo date(DATE_RSS); ?></pubDate>
<?php
for ($i = 0; $i < $db->count(); $i++) {