From 5a0e0dccfe34b579f9de706b5ce080b3d8491a7f Mon Sep 17 00:00:00 2001 From: K3A Date: Mon, 13 Feb 2017 22:10:52 +0100 Subject: [PATCH] spelling fix --- plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.php b/plugin.php index cee8e19..6b55d9e 100644 --- a/plugin.php +++ b/plugin.php @@ -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 );