mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +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));
|
$debug=trim((isset($_REQUEST['debug']) ? $_REQUEST['debug']:false));
|
||||||
# $cXMLFile=trim((isset($_REQUEST['xml']) ? $_REQUEST['xml']:'AppList.xml'));
|
# $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') )
|
if (!is_file($cXMLFile) && !stristr($cXMLFile,'http') )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user