added comment for phpdocumentor

This commit is contained in:
opensides 2004-06-18 18:34:41 +00:00
parent 6f13aebbc6
commit 615a3b181f

View File

@ -19,6 +19,7 @@
* $Id$ * $Id$
* $Source$ * $Source$
*/ */
require("./pre.inc.php"); require("./pre.inc.php");
require (DOL_DOCUMENT_ROOT."/lib/ldap.lib.php"); require (DOL_DOCUMENT_ROOT."/lib/ldap.lib.php");
@ -55,13 +56,12 @@ if (!$user->admin)
llxfooter(); llxfooter();
exit; exit;
} }
/* /**
* *
*/ */
print_titre("Configuration de ldap"); print_titre("Configuration de ldap");
/*
*
*/
print '<table class="noborder" width="100%" cellpadding="3" cellspacing="0">'; print '<table class="noborder" width="100%" cellpadding="3" cellspacing="0">';
print '<tr>'; print '<tr>';
print '<td width="50%" valign="top">'; print '<td width="50%" valign="top">';
@ -110,6 +110,10 @@ print '</table></form>';
print '</td></tr></table>'; print '</td></tr></table>';
/**
*
*/
print '<a href="ldap.php?action=test">test de connection</a><br>'; print '<a href="ldap.php?action=test">test de connection</a><br>';
if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test') if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test')