diff options
-rwxr-xr-x | html/includes/footer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/includes/footer.php b/html/includes/footer.php index 7818ea3..fa36ccd 100755 --- a/html/includes/footer.php +++ b/html/includes/footer.php @@ -9,7 +9,7 @@ <br>
<br>
<a href="https://github.com/sn3p/utstats" target="_blank">UTStats Beta 4.4.0</a>
- © 2005 azazel, AnthraX toa and sn3p
+ © <?php echo date("Y"); ?> azazel, AnthraX toa and sn3p
</div>
</body>
</html>
|