diff --git a/cis/private/lehre/softgrid.php b/cis/private/lehre/softgrid.php index a9fcad55f..1d8d912ad 100644 --- a/cis/private/lehre/softgrid.php +++ b/cis/private/lehre/softgrid.php @@ -91,7 +91,7 @@ echo ''; $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') ) {