mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 00:24:13 +01:00
Refactor.
- unset temporary variable.
This commit is contained in:
parent
4c1b58986d
commit
c6cbf17d7b
@ -73,6 +73,7 @@ else if ($_POST)
|
||||
$kv[] = "$key=$value";
|
||||
}
|
||||
$message = 'POST: ' . join('&', $kv);
|
||||
unset($kv);
|
||||
}
|
||||
$message .= ' (at ' . date('c') . ' ' . microtime() . ') HTTP' . ($https ? 'S' : '');
|
||||
$myLog->log(LOG_INFO, $message);
|
||||
|
Loading…
Reference in New Issue
Block a user