From b2332b790b1a8d355342b0606716f8505769211e Mon Sep 17 00:00:00 2001 From: schrom01 Date: Mon, 21 Aug 2023 21:20:56 +0200 Subject: [PATCH] Sitze und Rechtsformen aus Zefix API --- api.php | 1 - zefixAPI.php | 1 - 2 files changed, 2 deletions(-) diff --git a/api.php b/api.php index 06f80ed..3e16aa8 100644 --- a/api.php +++ b/api.php @@ -64,6 +64,5 @@ $constructed_response = $response; //header('Content-Type: application/json'); //echo $constructed_response; -echo communityCSV($username, $password); ?> \ No newline at end of file diff --git a/zefixAPI.php b/zefixAPI.php index ccb7b95..2361d34 100644 --- a/zefixAPI.php +++ b/zefixAPI.php @@ -75,7 +75,6 @@ function sendAPICommunityRequest(string $username, string $password): string|boo } // Close cURL session curl_close($ch); - echo $response; return $response; }