1
0
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:
Jean Paul Galea 2016-05-17 11:05:47 +02:00
parent 4c1b58986d
commit c6cbf17d7b

View File

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