]> git.wh0rd.org Git - tt-rss.git/commitdiff
remove version info from login.php
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 20 Aug 2006 04:42:34 +0000 (05:42 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 20 Aug 2006 04:42:34 +0000 (05:42 +0100)
login.php

index 6dcaf6ec3d71cac1860857716b8f3c6c86041ba8..2bf8c7e91f2aca8ed3b919342fff688fdcef77ff 100644 (file)
--- 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 } ?>