From 10c57dbe3ce713e1df8d097a77c04e0db7699287 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 25 Jun 2020 10:38:34 +0200 Subject: Update DFN-AAI URL --- extras/import-idp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/import-idp.php b/extras/import-idp.php index 760783d..aecafe8 100644 --- a/extras/import-idp.php +++ b/extras/import-idp.php @@ -20,7 +20,7 @@ $db = new mysqli($settings['host'], $settings['user'], $settings['password'], $s if ($db->connect_errno) die("Could not connect to db: " . $db->connect_error . "\n"); $db->set_charset("utf8"); -$url = 'https://www.aai.dfn.de/fileadmin/metadata/DFN-AAI-metadata.xml'; +$url = 'https://www.aai.dfn.de/fileadmin/metadata/dfn-aai-metadata.xml'; curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_TIMEOUT, 10); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); -- cgit v1.2.3-55-g7522