Sitze und Rechtsformen aus Zefix API

This commit is contained in:
schrom01
2023-08-21 21:12:21 +02:00
parent f9701e936f
commit d294253a27
3 changed files with 5 additions and 7 deletions
+1 -3
View File
@@ -50,7 +50,7 @@ if (isset($_POST['sitze']) && is_array($_POST['sitze']) && count($_POST['sitze']
$response = sendAPICompanySearchRequest($username, $password, $data);
// echo $response;
echo communityCSV($username, $password);
}
@@ -64,6 +64,4 @@ $constructed_response = $response;
//header('Content-Type: application/json');
//echo $constructed_response;
?>