summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 59f7e98)
raw | patch | inline | side by side (parent: 59f7e98)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 May 2010 09:17:57 +0000 (09:17 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 May 2010 09:17:57 +0000 (09:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18092 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/setup/class_setupStep_Config3.inc | patch | blob | history |
diff --git a/gosa-core/setup/class_setupStep_Config3.inc b/gosa-core/setup/class_setupStep_Config3.inc
index 22cf4ad54d4941aa704dec4722f257abd9cbb116..bcfb3fa684e6a56dd5e04d7b329ea3ab22859c09 100644 (file)
"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,
}
}
- 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);
}