summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-02-15 09:25:05 +0100
committerAndrew Dolgov <[email protected]>2008-02-15 09:25:05 +0100
commit03a11e23962bf0bbd202d837bb6ac984477a2310 (patch)
treecb24491f76403b3af0cfe9ceae4df89093a69867 /tt-rss.php
parentd1ee9106e935688e63aa824a9519451a2e09771b (diff)
update year on the footer
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 163686d70..c3c8957e1 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -232,7 +232,7 @@ window.onload = init;
?>
</select>
<?php } ?>
- <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005&ndash;2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+ <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005&ndash;2008 <a href="http://bah.org.ru/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>