Update footer.php

This commit is contained in:
gr00tie 2023-10-09 21:36:57 +02:00 committed by GitHub
parent 4b90118812
commit 1a9348f9a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
<footer>
<p>&copy; <?php echo date("y");?> DTCH Clan. All rights reserved.</p>
<p>&copy; <?php echo date("Y");?> DTCH Clan. All rights reserved.</p>
</footer>