HTML/RSS: Add year

This commit is contained in:
Steffen Lange 2021-02-26 23:20:22 +01:00
parent f5cf9c77ed
commit 6153b5cc5e
2 changed files with 2 additions and 2 deletions

View file

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