X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fsetup%2Fclass_setupStep_Config1.inc;h=90330bff04e1f5a0c52214c7f0cf59373643d29b;hb=e228f3c3cda1a0093f7bf5ac3dc3b465732d23b7;hp=1087b6a2b18af2da7ebc52cb32659aba184de84c;hpb=24ebfe3edf23f2ae073c752825a5abf449a37b11;p=gosa.git diff --git a/gosa-core/setup/class_setupStep_Config1.inc b/gosa-core/setup/class_setupStep_Config1.inc index 1087b6a2b..90330bff0 100644 --- a/gosa-core/setup/class_setupStep_Config1.inc +++ b/gosa-core/setup/class_setupStep_Config1.inc @@ -31,7 +31,7 @@ class Step_Config1 extends setup_step var $strict = TRUE; var $compressed = TRUE; - var $header_image = "images/ldapserver.png"; + var $header_image = "images/setup/server.png"; var $account_expiration =FALSE; var $base_hook = ""; var $base_hook_active = FALSE; @@ -81,13 +81,13 @@ class Step_Config1 extends setup_step { $smarty = get_smarty(); $smarty->assign("peopledns",array("uid","cn")); - $smarty->assign("id_settings",$this->id_settings); - $smarty->assign("crypt_methods",$this->crypt_methods); - $smarty->assign("themes",$this->get_themes()); - $smarty->assign("pwd_rules",$this->pwd_rules); + $smarty->assign("id_settings", reverse_html_entities($this->id_settings)); + $smarty->assign("crypt_methods", reverse_html_entities($this->crypt_methods)); + $smarty->assign("themes", reverse_html_entities($this->get_themes())); + $smarty->assign("pwd_rules", reverse_html_entities($this->pwd_rules)); $smarty->assign("bool",array(FALSE => _("No"), TRUE => _("Yes"))); foreach($this->attributes as $attr){ - $smarty->assign($attr,$this->$attr); + $smarty->assign($attr,htmlentities($this->$attr,ENT_QUOTES,"UTF-8")); } /* !!! Attention strict is inverse. If you change this,