diff --git a/index.php b/index.php index ee0d874..8381105 100644 --- a/index.php +++ b/index.php @@ -175,6 +175,7 @@ # Update-Informationen aus JSON ermitteln $Registration_Initial = $json_content_LEI['data']['attributes']['registration']['initialRegistrationDate']; $Registration_LastUpdate = $json_content_LEI['data']['attributes']['registration']['lastUpdateDate']; + $EntityCategory = $json_content_LEI['data']['attributes']['entity']['category']; ?> Registration: ' . date("d.m.Y", strtotime($Registration_Initial)) . ''; echo ''; + # Entity Category Type anzeigen + echo ''; + # Button "Active" / "Passive" anzeigen if ($json_content_LEI['data']['attributes']['entity']['status'] == "ACTIVE") { echo '