diff --git a/htdocs/lib/auth.php b/htdocs/lib/auth.php index adb5242..f48a5ac 100644 --- a/htdocs/lib/auth.php +++ b/htdocs/lib/auth.php @@ -10,15 +10,13 @@ if (empty($_SESSION['login'])) { try { $server = new LdapServer($_SESSION['login']); if (!empty($_GET['domain'])) { - try { - $domain = new LdapDomain($server, Html::clean($_GET['domain'])); - } catch (Exception $e_d) { - print '