X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fhtml%2Findex.php;h=34e0279d4cdb58a3aa42935a8ec9512510850e06;hb=7b85e027ce5de44c9a81feafd7eb601bf987a8c3;hp=f247a370e46ff81187efe132c56d2c8d95f6895a;hpb=2b73f5614132da460ce7471df8d540f614ff5441;p=gosa.git diff --git a/gosa-core/html/index.php b/gosa-core/html/index.php index f247a370e..34e0279d4 100644 --- a/gosa-core/html/index.php +++ b/gosa-core/html/index.php @@ -91,6 +91,7 @@ function displayLogin() } $smarty->assign("msg_dialogs", msg_dialog::get_dialogs()); $smarty->assign("iePngWorkaround", $config->get_cfg_value("iePngWorkaround","false" ) == "true"); + $smarty->assign("usePrototype", "false"); $smarty->display (get_template_path('headers.tpl')); $smarty->assign("version",get_gosa_version()); $smarty->display(get_template_path('login.tpl')); @@ -256,10 +257,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");