From: hickert Date: Wed, 5 May 2010 09:17:57 +0000 (+0000) Subject: fixed property X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b5e5149f925d439b94daf0ffaab00b87121ee525;p=gosa.git fixed property git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18092 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/setup/class_setupStep_Config3.inc b/gosa-core/setup/class_setupStep_Config3.inc index 22cf4ad54..bcfb3fa68 100644 --- a/gosa-core/setup/class_setupStep_Config3.inc +++ b/gosa-core/setup/class_setupStep_Config3.inc @@ -34,15 +34,15 @@ class Step_Config3 extends setup_step "strict_units" => false, "list_summary" => true, "forceglobals" => true, - "forcessl" => false, + "forceSSL" => false, "ldapstats" => false, - "warnssl" => true, + "warnSSL" => true, "user_filter_cookie" => true, "ppd_path" => "/var/spool/ppd/", "ppd_path_active" => FALSE, - "compile" => "/var/spool/gosa", + "templateCompileDirectory" => "/var/spool/gosa", "snmpcommunity" => "goto", - "debuglevel" => 0, + "debugLevel" => 0, "session_lifetime" => 7200, "max_ldap_query_time" => "5.0", "max_ldap_query_time_active" => FALSE, @@ -115,7 +115,7 @@ class Step_Config3 extends setup_step } } - foreach(array("login_attribute","list_summary","strict_units","snmpcommunity","noprimarygroup","forceglobals","forcessl","ldapstats","user_filter_cookie","warnssl","compile","debuglevel","session_lifetime") as $name){ + foreach(array("login_attribute","list_summary","strict_units","snmpcommunity","noprimarygroup","forceglobals","forceSSL","ldapstats","user_filter_cookie","warnSSL","templateCompileDirectory","debugLevel","session_lifetime") as $name){ if(isset($_POST[$name])){ $this->optional[$name] = get_post($name); }