]> arthur.barton.de Git - ngircd-web.git/blobdiff - includes/common.php
Ooops! It's 2019 already
[ngircd-web.git] / 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>';
 }