mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-12 15:54:27 +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) {
|
foreach ($baseParams['__YKVAL_ALLOWED_SYNC_POOL__'] as $server) {
|
||||||
$sync->log('notice', 'checking against ip ' . $server);
|
$sync->log('notice', 'checking against ip ' . $server);
|
||||||
if ($_SERVER['REMOTE_ADDR'] == $server) {
|
if ($_SERVER['REMOTE_ADDR'] == $server) {
|
||||||
$sync->log('notice', 'server ' . $server . ' is allower');
|
$sync->log('notice', 'server ' . $server . ' is allowed');
|
||||||
$allowed=True;
|
$allowed=True;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user