From 77fac2b65c7c52e7cac99c798a914aa6d4cddf55 Mon Sep 17 00:00:00 2001 From: DamianMalik Date: Wed, 17 Nov 2021 17:44:00 +0100 Subject: [PATCH] =?UTF-8?q?Fixed=20#22:=20Kleine=20Korrektur=20durchgef?= =?UTF-8?q?=C3=BChrt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index 581b8f7..279e5b3 100644 --- a/index.php +++ b/index.php @@ -392,7 +392,6 @@ class="btn btn-outline-dark btn-sm font-Bitter mr-1" # ********************************************************** # *** Ländernamen herunterladen *** # ********************************************************** - # $Basis_URL_Land = "https://restcountries.eu/rest/v2/alpha/"; $Basis_URL_Land = "https://restcountries.com/v3.1/alpha/"; $URL_Land = $Basis_URL_Land . strtolower($json_content_LEI['data']['attributes']['entity']['headquartersAddress']['country']);