From d4418e2eeeb5b5ed38adf2ca25207c74483cba5f Mon Sep 17 00:00:00 2001 From: Gerald Simane Date: Tue, 2 Jun 2009 10:43:14 +0000 Subject: [PATCH] --- cis/private/lehre/softgrid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') ) {