mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-03 21:29:28 +00:00
This commit is contained in:
@@ -91,7 +91,7 @@ echo '<?xml version="1.0" encoding="UTF-8" standalone="yes"?>';
|
||||
$debug=trim((isset($_REQUEST['debug']) ? $_REQUEST['debug']:false));
|
||||
# $cXMLFile=trim((isset($_REQUEST['xml']) ? $_REQUEST['xml']:'AppList.xml'));
|
||||
|
||||
$cXMLFile=trim((isset($_REQUEST['xml']) ? $_REQUEST['xml']:'documents/infrastruktur/AppList.xml'));
|
||||
$cXMLFile=trim((isset($_REQUEST['xml']) ? $_REQUEST['xml']:'/documents/infrastruktur/AppList.xml'));
|
||||
|
||||
if (!is_file($cXMLFile) && !stristr($cXMLFile,'http') )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user