Sitze und Rechtsformen aus Zefix API
This commit is contained in:
parent
3dd7361f45
commit
b2332b790b
1
api.php
1
api.php
|
@ -64,6 +64,5 @@ $constructed_response = $response;
|
||||||
//header('Content-Type: application/json');
|
//header('Content-Type: application/json');
|
||||||
//echo $constructed_response;
|
//echo $constructed_response;
|
||||||
|
|
||||||
echo communityCSV($username, $password);
|
|
||||||
|
|
||||||
?>
|
?>
|
|
@ -75,7 +75,6 @@ function sendAPICommunityRequest(string $username, string $password): string|boo
|
||||||
}
|
}
|
||||||
// Close cURL session
|
// Close cURL session
|
||||||
curl_close($ch);
|
curl_close($ch);
|
||||||
echo $response;
|
|
||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue