Sitze und Rechtsformen aus Zefix API

This commit is contained in:
schrom01 2023-08-21 20:56:39 +02:00
parent 9493205995
commit 52287c622f
1 changed files with 0 additions and 7 deletions

View File

@ -42,8 +42,6 @@ echo 'Curl error: ' . curl_error($ch);
// Close cURL session
curl_close($ch);
// Close cURL
curl_close($ch);
return $response;
}
@ -78,9 +76,6 @@ function sendAPICommunityRequest(string $username, string $password): string|boo
// Close cURL session
curl_close($ch);
// Close cURL
curl_close($ch);
echo "test";
return $response;
}
@ -128,8 +123,6 @@ function sendAPILegalFormRequest(string $username, string $password): string|boo
// Close cURL session
curl_close($ch);
// Close cURL
curl_close($ch);
return $response;
}