From c5983f13eb278730847e5b1d50a33b27af29b358 Mon Sep 17 00:00:00 2001 From: Jean Paul Galea Date: Tue, 21 Jul 2015 20:45:57 +0000 Subject: [PATCH] Refactor. --- ykval-verify.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ykval-verify.php b/ykval-verify.php index e3af475..89e0fe9 100644 --- a/ykval-verify.php +++ b/ykval-verify.php @@ -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))