Commit 32eae07ec7dc9d44fd40a865ddeef25eda107b59
1 parent
0cf97747
Show both the system and database version.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3268 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
1 deletions
presentation/login.php
| ... | ... | @@ -83,7 +83,8 @@ 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\">" . _("Version") . ": " . $default->system->get("knowledgeTreeVersion") . "</font></td></tr> | |
| 86 | + <tr><td><font size=\"1\">" . _("Database Version") . ": " . $default->system->get("knowledgeTreeVersion") . "</font></td></tr> | |
| 87 | + <tr><td><font size=\"1\">" . _("System Version") . ": " . $default->systemVersion . "</font></td></tr> | |
| 87 | 88 | </table> |
| 88 | 89 | </center> |
| 89 | 90 | </body> | ... | ... |