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');
|
||||
//echo $constructed_response;
|
||||
|
||||
echo communityCSV($username, $password);
|
||||
|
||||
?>
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
include "api/zefixAPI.php";
|
||||
include "zefixAPI.php";
|
||||
?>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
include 'env_vars.php';
|
||||
include 'api/env_vars.php';
|
||||
$username = getenv("username");
|
||||
$password = getenv("password");
|
||||
|
Loading…
Reference in New Issue