Commit 2b2fc5c4783b6af1f44fc40f6031d0f0dfdb9935
1 parent
e82fee7b
Don't show ordinary users that database version.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3270 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
1 deletions
presentation/login.php
| ... | ... | @@ -83,7 +83,6 @@ if ($_REQUEST['loginAction'] == "loginForm") { |
| 83 | 83 | <input type=\"hidden\" name=\"redirect\" value=\"$redirect\"/> |
| 84 | 84 | <input type=\"hidden\" name=\"loginAction\" value=\"login\">\n |
| 85 | 85 | <tr align=\"right\"><td><input type=\"image\" src=\"" . KTHtml::getLoginButton() . "\" border=\"0\"></td></tr>\n |
| 86 | - <tr><td><font size=\"1\">" . _("Database Version") . ": " . $default->system->get("knowledgeTreeVersion") . "</font></td></tr> | |
| 87 | 86 | <tr><td><font size=\"1\">" . _("System Version") . ": " . $default->systemVersion . "</font></td></tr> |
| 88 | 87 | </table> |
| 89 | 88 | </center> | ... | ... |