diff --git a/src/DDSERVICES/REST/getLastUpdate.php b/src/DDSERVICES/REST/getLastUpdate.php index e66cca0..d604acf 100644 --- a/src/DDSERVICES/REST/getLastUpdate.php +++ b/src/DDSERVICES/REST/getLastUpdate.php @@ -16,7 +16,7 @@ $dataSet = strtr($_GET['id'], $replace); - $referXML = baseDir."DDsys.xml"; + $referXML = baseDir."/DDsys.xml"; $DDsys = new DOMDocument("1.0"); $DDsys->load($referXML); $xp = new domxpath($DDsys); diff --git a/src/DDSERVICES/REST/getStartStop.php b/src/DDSERVICES/REST/getStartStop.php index e5ec5c6..39e7b74 100644 --- a/src/DDSERVICES/REST/getStartStop.php +++ b/src/DDSERVICES/REST/getStartStop.php @@ -16,7 +16,7 @@ $dataSet = strtr($_GET['id'], $replace); - $referXML = baseDir."DDsys.xml"; + $referXML = baseDir."/DDsys.xml"; $DDsys = new DOMDocument("1.0"); $DDsys->load($referXML); $xp = new domxpath($DDsys); -- libgit2 0.21.2