Code

Updated support daemon class- Added function used to remove a key from a dak key...
[gosa.git] / gosa-core / html / index.php
index b26380eeb389ec89152515483ba3f3c503e03b29..f4a8532ba9f61765b5d367ba578f688ca279c654 100644 (file)
@@ -91,6 +91,7 @@ function displayLogin()
   }
   $smarty->assign("msg_dialogs", msg_dialog::get_dialogs());
   $smarty->display (get_template_path('headers.tpl'));
+  $smarty->assign("version",get_gosa_version());
   $smarty->display(get_template_path('login.tpl'));
   exit();
 }