]> arthur.barton.de Git - ngircd-web.git/commitdiff
2021!
authorAlexander Barton <alex@barton.de>
Sat, 2 Jan 2021 21:56:22 +0000 (22:56 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 2 Jan 2021 21:56:22 +0000 (22:56 +0100)
includes/common.php

index 4414671e2c67fef61d7964951a469ff66b428aaf..f3de75e1d0c802a68573622e7a988837645ee156 100644 (file)
@@ -61,7 +61,7 @@ function begin_page($lang = 'en', $title = null) {
 
 function end_page() {
        echo '</div>';
-       echo '<p id="footer">ngIRCd &copy;2001-2020 Alexander Barton and ';
+       echo '<p id="footer">ngIRCd &copy;2001-2021 Alexander Barton and ';
        echo '<a href="doc/AUTHORS">Contributors</a>';
        echo '</div></body></html>';
 }