X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fhtml%2Findex.php;h=2c17abef8e17804ea28e201e91dfe46e9888505d;hb=e228f3c3cda1a0093f7bf5ac3dc3b465732d23b7;hp=9b289caab1b99308b967bdb8d9fabe678f5ac241;hpb=006e837bcf13647cb46063f9d588400ffa2bc73d;p=gosa.git diff --git a/gosa-core/html/index.php b/gosa-core/html/index.php index 9b289caab..2c17abef8 100644 --- a/gosa-core/html/index.php +++ b/gosa-core/html/index.php @@ -286,11 +286,11 @@ if (($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['login'])) || $htacces } /* Check for locking area */ - $ldap->cat($config->current['CONFIG'], array("dn")); + $ldap->cat($config->get_cfg_value("config"), array("dn")); $attrs= $ldap->fetch(); if (!count ($attrs)){ $ldap->cd($config->current['BASE']); - $ldap->create_missing_trees($config->current['CONFIG']); + $ldap->create_missing_trees($config->get_cfg_value("config")); } /* Check for valid input */