spelling fix

This commit is contained in:
K3A 2017-02-13 22:10:52 +01:00 committed by GitHub
parent de00e141c2
commit 5a0e0dccfe
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if( !defined( 'YOURLS_ABSPATH' ) ) die();
function ldapauth_environment_check() {
$required_params = array(
'LDAPAUTH_HOST', // ldap host
//'LDAAUTHP_PORT', // ldap port
//'LDAPAUTH_PORT', // ldap port
'LDAPAUTH_BASE', // base ldap path
//'LDAPAUTH_USERNAME_FIELD', // field to check the username against
);