Commit 688eec532d6407619d12111ef37014ebb73488db

Authored by nbm
1 parent 9ebf70b4

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>
... ...