mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-12 15:54:27 +01:00
Cosmetic changes.
This commit is contained in:
parent
645c5c5467
commit
c865edcc15
@ -310,7 +310,7 @@ class SyncLib
|
|||||||
public function deleteQueueEntry($answer)
|
public function deleteQueueEntry($answer)
|
||||||
{
|
{
|
||||||
preg_match('/url=(.*)\?/', $answer, $out);
|
preg_match('/url=(.*)\?/', $answer, $out);
|
||||||
$server=$out[1];
|
$server = $out[1];
|
||||||
|
|
||||||
$this->log(LOG_INFO, "deleting server=" . $server .
|
$this->log(LOG_INFO, "deleting server=" . $server .
|
||||||
" modified=" . $this->otpParams['modified'] .
|
" modified=" . $this->otpParams['modified'] .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user