From 615a3b181f390d0779f00af5b34c04087aad93b3 Mon Sep 17 00:00:00 2001 From: opensides Date: Fri, 18 Jun 2004 18:34:41 +0000 Subject: [PATCH] added comment for phpdocumentor --- htdocs/admin/ldap.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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')