1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-01 01:52:18 +01:00

Refactor.

This commit is contained in:
Jean Paul Galea 2015-07-21 20:45:57 +00:00
parent 06d037ef09
commit c5983f13eb

View File

@ -55,8 +55,7 @@ else
}
$myLog->log(LOG_INFO, $query_string .
" (at " . date("c") . " " . microtime() . ") " .
($https ? "HTTPS" : "HTTP"));
" (at " . date("c") . " " . microtime() . ") HTTP" . ($https ? "S" : ""));
/* Detect protocol version */
if (preg_match('/\/wsapi\/([0-9]+)\.([0-9]+)\//', $_SERVER['REQUEST_URI'], $out))