]> arthur.ath.cx Git - ngircd-web.git/commitdiff
2024!
authorAlexander Barton <alex@barton.de>
Mon, 12 Feb 2024 17:24:36 +0000 (18:24 +0100)
committerAlexander Barton <alex@barton.de>
Mon, 12 Feb 2024 17:24:36 +0000 (18:24 +0100)
includes/common.php

index da6ab778e96889ab49c4f18112fbf66d0f69f316..1794e1be2cf03c99615a03cd5183a4abb07e2898 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-2021 Alexander Barton and ';
+       echo '<p id="footer">ngIRCd &copy;2001-2024 Alexander Barton and ';
        echo '<a href="doc/AUTHORS">Contributors</a>';
        echo '</div></body></html>';
 }