Sitze und Rechtsformen aus Zefix API

This commit is contained in:
schrom01 2023-08-21 21:20:56 +02:00
parent 3dd7361f45
commit b2332b790b
2 changed files with 0 additions and 2 deletions

View File

@ -64,6 +64,5 @@ $constructed_response = $response;
//header('Content-Type: application/json');
//echo $constructed_response;
echo communityCSV($username, $password);
?>

View File

@ -75,7 +75,6 @@ function sendAPICommunityRequest(string $username, string $password): string|boo
}
// Close cURL session
curl_close($ch);
echo $response;
return $response;
}