summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-20 05:42:34 +0100
committerAndrew Dolgov <[email protected]>2006-08-20 05:42:34 +0100
commit825882d6c155b8f066740b2efd2b8331f25d7fef (patch)
tree1aa06604db2d1ca8c1c8094b9407b60692f76d9c
parent9157e01592911ea048f14e13377ba1fec0ca91ba (diff)
remove version info from login.php
-rw-r--r--login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/login.php b/login.php
index 6dcaf6ec3..2bf8c7e91 100644
--- a/login.php
+++ b/login.php
@@ -134,7 +134,7 @@ window.onload = init;
</td>
</tr><tr>
<td align="center" class="loginBottom">
- <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2006 Andrew Dolgov
+ <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> &copy; 2005-2006 Andrew Dolgov
<?php if (WEB_DEMO_MODE) { ?>
<br>Running in demo mode, some functionality is disabled.
<?php } ?>