mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-01-31 16:52:20 +01:00
Spelling error corrected
This commit is contained in:
parent
94c8e17ef6
commit
e66dc86f5b
@ -24,7 +24,7 @@ $allowed=False;
|
||||
foreach ($baseParams['__YKVAL_ALLOWED_SYNC_POOL__'] as $server) {
|
||||
$sync->log('notice', 'checking against ip ' . $server);
|
||||
if ($_SERVER['REMOTE_ADDR'] == $server) {
|
||||
$sync->log('notice', 'server ' . $server . ' is allower');
|
||||
$sync->log('notice', 'server ' . $server . ' is allowed');
|
||||
$allowed=True;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user