added comment for phpdocumentor
This commit is contained in:
parent
6f13aebbc6
commit
615a3b181f
@ -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 '<table class="noborder" width="100%" cellpadding="3" cellspacing="0">';
|
||||
print '<tr>';
|
||||
print '<td width="50%" valign="top">';
|
||||
@ -110,6 +110,10 @@ print '</table></form>';
|
||||
|
||||
print '</td></tr></table>';
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
print '<a href="ldap.php?action=test">test de connection</a><br>';
|
||||
|
||||
if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user