diff --git a/htdocs/admin/ldap.php b/htdocs/admin/ldap.php index ecdc0471b01..1eea667441c 100644 --- a/htdocs/admin/ldap.php +++ b/htdocs/admin/ldap.php @@ -19,6 +19,7 @@ * $Id$ * $Source$ */ + require("./pre.inc.php"); require (DOL_DOCUMENT_ROOT."/lib/ldap.lib.php"); @@ -55,13 +56,12 @@ if (!$user->admin) llxfooter(); exit; } -/* - * - */ +/** + * + */ + print_titre("Configuration de ldap"); -/* - * - */ + print ''; print ''; print '
'; @@ -110,6 +110,10 @@ print '
'; print ''; +/** + * + */ + print 'test de connection
'; if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test')