diff --git a/docs/VERSION.txt b/docs/VERSION.txt index 324135c..6132c4d 100644 --- a/docs/VERSION.txt +++ b/docs/VERSION.txt @@ -1 +1 @@ -2.99.6 +2.99.6-20050113-1 diff --git a/login.php b/login.php index 1ad8f9d..454f7e9 100644 --- a/login.php +++ b/login.php @@ -48,6 +48,8 @@ class LoginPageDispatcher extends KTDispatcher { } function do_main() { + global $default; + $this->check(); // bounce here, potentially. $cookietest = KTUtil::randomString(); @@ -63,6 +65,7 @@ class LoginPageDispatcher extends KTDispatcher { 'cookietest' => $cookietest, 'errorMessage' => $errorMessage, 'redirect' => $redirect, + 'systemVersion' => $default->systemVersion, ); return $oTemplate->render($aTemplateData); } diff --git a/templates/ktcore/login.smarty b/templates/ktcore/login.smarty index e27cc84..a69d66a 100644 --- a/templates/ktcore/login.smarty +++ b/templates/ktcore/login.smarty @@ -31,6 +31,7 @@ +
KnowledgeTree Version: {$systemVersion}