Code

Removed debug output
[gosa.git] / gosa-core / setup / class_setupStep_Finish.inc
index aecc280c0062c0ffe9450767af7a4d9abbc91321..bb69bce6c7c370ecbf0f61787b60bae0fa02fd22 100644 (file)
@@ -43,7 +43,8 @@ class Step_Finish extends setup_step
   function get_conf_data()
   {
     $smarty = get_smarty();
-    $smarty->assign("cv",$this->parent->captured_values);
+    $smarty->assign("cv",xmlentities($this->parent->captured_values));
+    $smarty->assign("get_gosa_version",get_gosa_version());
     $str =  $smarty->fetch(CONFIG_TEMPLATE_DIR.$this->gosa_conf_contrib);
     return($str);
   }