This commit is contained in:
Squidly271 2022-12-21 09:17:32 -05:00
parent 1e2ddcab54
commit b129394193
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -3,7 +3,7 @@ b02e9cd2ed57b27e0d29cef4a759b65f ./Apps.page
600469ce287cb1ed78dc6cc11675cfaf ./ca_settings.page
e8d29607ec792ddf9f6832b10ee70fdc ./default.cfg
02557471ad3f885221965bca70943e73 ./include/exec.php
b7d27a1687288f5357f6e8a3ee4e0708 ./include/helpers.php
ed2434abe05335b87ddd9d2abc929ea8 ./include/helpers.php
8d15446d4edf60a1f4ac4493a494a301 ./include/paths.php
532fffdf939594c143e679da02bd841e ./javascript/libraries.js
71f911a818d88d3d567f8a2898094ee2 ./README.md

View File

@ -328,7 +328,7 @@ function versionCheck($template) {
function readXmlFile($xmlfile,$generic=false,$stats=true) {
global $statistics;
if ( $xmlfile && ! is_file($xmlfile) ) return false;
if ( ! $xmlfile || ! is_file($xmlfile) ) return false;
$xml = file_get_contents($xmlfile);
$o = TypeConverter::xmlToArray($xml,TypeConverter::XML_GROUP);
$o = addMissingVars($o);