summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-06-30 13:15:24 +0400
committerAndrew Dolgov <[email protected]>2010-06-30 13:15:24 +0400
commit51d2d404b82593a8311e99bfc901e9f7cd12f6da (patch)
tree864bfa42b31804bbe7e6ad7ac6b4ac1ef8119d1e /prefs.php
parent6cb89bc6d84ac6ea7a1c2985bbd53fd3bb17d782 (diff)
copyright: always show current year
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 8306e622c..f61b16153 100644
--- a/prefs.php
+++ b/prefs.php
@@ -151,7 +151,7 @@
<?php if (!defined('HIDE_VERSION')) { ?>
v<?php echo VERSION ?>
<?php } ?>
- &copy; 2005&ndash;2010 <a href="http://fakecake.org/">Andrew Dolgov</a>
+ &copy; 2005&ndash;<?php echo date('Y') ?> <a href="http://fakecake.org/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>