From a95d1dc4448938415cc4e58f42d6d5f9a0417c12 Mon Sep 17 00:00:00 2001 From: Elena.Budnik <ebudnik@irap.omp.eu> Date: Wed, 27 Feb 2019 15:05:30 +0100 Subject: [PATCH] / in path --- src/DDSERVICES/REST/getLastUpdate.php | 2 +- src/DDSERVICES/REST/getStartStop.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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