Update XML source URL to use HTTPS

This commit is contained in:
2024-10-26 12:23:27 +02:00
parent 0b41d1ac8e
commit d50adff2e1

View File

@@ -1,5 +1,5 @@
<?php
$file = file_get_contents('http://www.b2b.estella.eu/generator/22413dfa-be6d-473d-b301-282351168cf6/xml/2a8de1e8-f347-405b-9de8-9eb69b99c3ca');
$file = file_get_contents('https://b2b.estella.eu/generator/22413dfa-be6d-473d-b301-282351168cf6/xml/aa6648e6-c4a8-4af6-b6ae-33954c47886f');
$doc = new DOMDocument();
$doc->loadXML($file);
$xpath = new DOMXPath($doc);