diff --git a/htdocs/admin/system/filecheck.php b/htdocs/admin/system/filecheck.php index a8b323ec7a6..272ac8d8f19 100644 --- a/htdocs/admin/system/filecheck.php +++ b/htdocs/admin/system/filecheck.php @@ -155,6 +155,10 @@ if (GETPOST('target') == 'local') { } } $xml = simplexml_load_file($xmlfile); + if ($xml === false) { + print '