Sitze und Rechtsformen aus Zefix API
This commit is contained in:
@@ -42,8 +42,6 @@ echo 'Curl error: ' . curl_error($ch);
|
|||||||
// Close cURL session
|
// Close cURL session
|
||||||
curl_close($ch);
|
curl_close($ch);
|
||||||
|
|
||||||
// Close cURL
|
|
||||||
curl_close($ch);
|
|
||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -78,9 +76,6 @@ function sendAPICommunityRequest(string $username, string $password): string|boo
|
|||||||
// Close cURL session
|
// Close cURL session
|
||||||
curl_close($ch);
|
curl_close($ch);
|
||||||
|
|
||||||
// Close cURL
|
|
||||||
curl_close($ch);
|
|
||||||
echo "test";
|
|
||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -128,8 +123,6 @@ function sendAPILegalFormRequest(string $username, string $password): string|boo
|
|||||||
// Close cURL session
|
// Close cURL session
|
||||||
curl_close($ch);
|
curl_close($ch);
|
||||||
|
|
||||||
// Close cURL
|
|
||||||
curl_close($ch);
|
|
||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user