1
0
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:
Olov Danielson 2010-01-11 10:31:39 +00:00
parent 94c8e17ef6
commit e66dc86f5b

View File

@ -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;
}