Code

Added support for master-key encrypted passwords in gosa.conf
[gosa.git] / setup / class_setupStep_Feedback.inc
index fd6e394c5741de41e01464f7b31d84668c226ffe..dbc371b844771e56642228782ec3db73b29733f9 100644 (file)
@@ -100,7 +100,7 @@ class Step_Feedback  extends setup_step
     $this->features_used['inventory']   = array("USED" => isset($oc['glpiAccount']) , 
                                                 "NAME" => _("System inventory"));
     $this->features_used['system']      = array("USED" => FALSE , 
-                                                "NAME" => _("System-/Configmanagement"));
+                                                "NAME" => _("System / Config management"));
     $this->features_used['addressbook'] = array("USED" => FALSE , 
                                                 "NAME" => _("Addressbook"));
   }
@@ -239,7 +239,7 @@ class Step_Feedback  extends setup_step
       }else{
         $str .= "\nGet started: FALSE";
       }
-      $str .= "\nProblems : ".base64_encode($this->problems_encountered);
+      $str .= "\nProblems : ".($this->problems_encountered);
 
       if($this->first_use){
         $str .= "\nFirst use: TRUE";
@@ -253,7 +253,7 @@ class Step_Feedback  extends setup_step
       $str .="\nPHP_Version: ".$this->php_version;
       $str .="\nLDAP Server: ".$this->ldap_server;
       $str .="\nObject count: ".$this->object_count;
-      $str .="\nMissing features: ".base64_encode($this->want_to_see_next);
+      $str .="\nMissing features: ".($this->want_to_see_next);
     }
 
     $str .= "\n\nFeatures used";