summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extras/import-idp.php2
1 files changed, 1 insertions, 1 deletions
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);