From b32fb7a0341c825815c35220f8e455d31343b7ef Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 18 Sep 2009 08:44:53 +0000 Subject: [PATCH] Removed defaults git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14291 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/index.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gosa-core/html/index.php b/gosa-core/html/index.php index f247a370e..18f3564b2 100644 --- a/gosa-core/html/index.php +++ b/gosa-core/html/index.php @@ -256,10 +256,6 @@ if (($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['login'])) || $htacces } /* Check for schema file presence */ - #TODO: these three lines should go to the class_config.inc, shouldn't they? - if(!isset($config->data['MAIN']['SCHEMACHECK'])){ - $config->data['MAIN']['SCHEMACHECK'] = "true"; - } if ($config->get_cfg_value("schemaCheck") == "true"){ $recursive = ($config->get_cfg_value("ldapFollowReferrals") == "true"); $tls = ($config->get_cfg_value("ldapTLS") == "true"); -- 2.30.2