Oppdaterte filsti

This commit is contained in:
2023-11-27 14:05:58 +01:00
parent e6d44dca6d
commit fdfa3b2c50
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?php
libxml_use_internal_errors(TRUE);
$objXmlDocument = simplexml_load_file("resultater/Resultater.xml");
$objXmlDocument = simplexml_load_file("resultater/results.xml");
if ($objXmlDocument === FALSE) {
foreach(libxml_get_errors() as $error) {