Sitze und Rechtsformen aus Zefix API

This commit is contained in:
schrom01 2023-08-21 20:43:41 +02:00
parent a4ceba257b
commit b57b903d5a
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
<?php
include 'zefixAPI.php';
phpinfo();
/*
* Request Types:
@ -50,8 +49,8 @@ if (isset($_POST['sitze']) && is_array($_POST['sitze']) && count($_POST['sitze']
$data["legalSeatId"] = $sitz;
$response = sendAPICompanySearchRequest($username, $password, $data);
echo $response;
// echo $response;
echo communityCSV($username, $password);
}