diff --git a/ykval-verify.php b/ykval-verify.php index 16e5177..aeb5066 100644 --- a/ykval-verify.php +++ b/ykval-verify.php @@ -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);