Code

no shutdown if no registration server found, instead, try again and again and again ...
[gosa.git] / gosa-core / html / password.php
index 7ae17215482ce4e337e8931d158c6f5df985f8f4..6e3d205a3cb10bfe4f1db203243f5b85f8c414f9 100644 (file)
@@ -285,6 +285,7 @@ if ($ssl != "" && $config->data['MAIN']['WARNSSL'] == 'true'){
 }
 
 /* show login screen */
+$smarty->assign("JS",session::get('js'));
 $smarty->assign ("PHPSESSID", session_id());
 if (session::is_set('errors')){
   $smarty->assign("errors", session::get('errors'));;