mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-03-03 18:29:18 +01:00
Refactor.
This commit is contained in:
parent
6246aa5ab4
commit
5fc6c1c37d
@ -117,7 +117,7 @@ function sign($a, $apiKey, $logger)
|
||||
|
||||
function curl_settings($logger, $ident, $ch, $url, $timeout, $curlopts)
|
||||
{
|
||||
$logger->log(LOG_DEBUG, $ident . ' adding URL : ' . $url);
|
||||
$logger->log(LOG_DEBUG, "$ident adding URL : $url");
|
||||
|
||||
curl_setopt($ch, CURLOPT_URL, $url);
|
||||
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
|
||||
|
Loading…
x
Reference in New Issue
Block a user