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++) {

View file

@ -77,7 +77,7 @@ $db->sort();
</tbody>
</table>
<div class="text-right">
<p>&copy; Steffen Lange | Information are provided without any warranty. | <a href="https://www.dateihal.de/cms/imprint">Imprint</a> | <a href="https://www.dateihal.de/cms/privacy">Privacy</a></p>
<p>&copy; <?php echo date('Y'); ?> Steffen Lange | Information are provided without any warranty. | <a href="https://www.dateihal.de/cms/imprint">Imprint</a> | <a href="https://www.dateihal.de/cms/privacy">Privacy</a></p>
</div>
</div>
</body>