Sitze und Rechtsformen aus Zefix API
This commit is contained in:
parent
d294253a27
commit
0d4fe60f45
|
@ -64,4 +64,6 @@ $constructed_response = $response;
|
||||||
//header('Content-Type: application/json');
|
//header('Content-Type: application/json');
|
||||||
//echo $constructed_response;
|
//echo $constructed_response;
|
||||||
|
|
||||||
|
echo communityCSV($username, $password);
|
||||||
|
|
||||||
?>
|
?>
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
include "api/zefixAPI.php";
|
include "zefixAPI.php";
|
||||||
?>
|
?>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
include 'env_vars.php';
|
include 'api/env_vars.php';
|
||||||
$username = getenv("username");
|
$username = getenv("username");
|
||||||
$password = getenv("password");
|
$password = getenv("password");
|
||||||
|
|
Loading…
Reference in New Issue