Update XML source URL to use HTTPS
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user