]> arthur.barton.de Git - ngircd-web.git/commitdiff
Ooops! It's 2019 already
authorAlexander Barton <alex@barton.de>
Sun, 18 Aug 2019 20:14:53 +0000 (22:14 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 18 Aug 2019 20:14:53 +0000 (22:14 +0200)
includes/common.php

index 7dacd0b428f6d7f96066e1f4c071ea861be5a206..236885bd58cbfe7cc9ab045d3f77de645f569c7f 100644 (file)
@@ -63,7 +63,7 @@ function begin_page($lang = 'en', $title = null) {
 
 function end_page() {
        echo '</div>';
-       echo '<p id="footer">ngIRCd &copy;2001-2018 Alexander Barton and ';
+       echo '<p id="footer">ngIRCd &copy;2001-2019 Alexander Barton and ';
        echo '<a href="doc/AUTHORS">Contributors</a>';
        echo '</div></body></html>';
 }