fixed spelling error
This commit is contained in:
parent
067ebac882
commit
c4d2f01b57
|
@ -34,7 +34,7 @@ if ($url && $user && $pass){
|
||||||
$ldap->__wakeup();
|
$ldap->__wakeup();
|
||||||
echo "<br>Closing connection";
|
echo "<br>Closing connection";
|
||||||
$ldap->destroy();
|
$ldap->destroy();
|
||||||
echo "<br><br><br>If you do not see anny error messages all should be ok.";
|
echo "<br><br><br>If you do not see any error messages all should be ok.";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue