From 0d4fe60f45578be02b8a191d9abbfacafa30369d Mon Sep 17 00:00:00 2001 From: schrom01 Date: Mon, 21 Aug 2023 21:16:49 +0200 Subject: [PATCH] Sitze und Rechtsformen aus Zefix API --- api/index.php => api.php | 2 ++ index.php | 2 +- api/zefixAPI.php => zefixAPI.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) rename api/index.php => api.php (97%) rename api/zefixAPI.php => zefixAPI.php (99%) diff --git a/api/index.php b/api.php similarity index 97% rename from api/index.php rename to api.php index 9a9b50b..06f80ed 100644 --- a/api/index.php +++ b/api.php @@ -64,4 +64,6 @@ $constructed_response = $response; //header('Content-Type: application/json'); //echo $constructed_response; +echo communityCSV($username, $password); + ?> \ No newline at end of file diff --git a/index.php b/index.php index b7972e5..8719a1f 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,5 @@ diff --git a/api/zefixAPI.php b/zefixAPI.php similarity index 99% rename from api/zefixAPI.php rename to zefixAPI.php index 8f39769..5c1e1ff 100644 --- a/api/zefixAPI.php +++ b/zefixAPI.php @@ -1,5 +1,5 @@