removed unnnedded call
This commit is contained in:
parent
29b429e239
commit
047088b622
@ -155,7 +155,7 @@ class PhotoPrism
|
|||||||
}
|
}
|
||||||
$output = curl_exec($ch);
|
$output = curl_exec($ch);
|
||||||
|
|
||||||
$request = curl_getinfo($ch, CURLINFO_HEADER_OUT);
|
// $request = curl_getinfo($ch, CURLINFO_HEADER_OUT);
|
||||||
$http_status = curl_getinfo($ch, CURLINFO_HTTP_CODE);
|
$http_status = curl_getinfo($ch, CURLINFO_HTTP_CODE);
|
||||||
|
|
||||||
if ($output === false) {
|
if ($output === false) {
|
||||||
|
Loading…
Reference in New Issue
Block a user