Sitze und Rechtsformen aus Zefix API

This commit is contained in:
schrom01 2023-08-21 21:16:49 +02:00
parent d294253a27
commit 0d4fe60f45
3 changed files with 4 additions and 2 deletions

View File

@ -64,4 +64,6 @@ $constructed_response = $response;
//header('Content-Type: application/json');
//echo $constructed_response;
echo communityCSV($username, $password);
?>

View File

@ -1,5 +1,5 @@
<?php
include "api/zefixAPI.php";
include "zefixAPI.php";
?>
<html lang="de">
<head>

View File

@ -1,5 +1,5 @@
<?php
include 'env_vars.php';
include 'api/env_vars.php';
$username = getenv("username");
$password = getenv("password");