mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-01 01:52:18 +01:00
.
This commit is contained in:
parent
0eb9edf549
commit
93ca2d9536
@ -207,7 +207,7 @@ class SyncLib
|
|||||||
$collection[]=$row;
|
$collection[]=$row;
|
||||||
}
|
}
|
||||||
foreach ($collection as $row) {
|
foreach ($collection as $row) {
|
||||||
$this>log('notice', "server=" . $row['server'] . " , info=" . $row['info']);
|
$this->log('notice', "server=" . $row['server'] . " , info=" . $row['info']);
|
||||||
|
|
||||||
$urls[]=$row['server'] .
|
$urls[]=$row['server'] .
|
||||||
"?otp=" . $row['otp'] .
|
"?otp=" . $row['otp'] .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user