Commit df66d0498afa9fc49d4245b8eb5ab5bb073865cb
1 parent
68de0b39
Exists in
master
and in
64 other branches
Fix WS config
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/InputOutput/WSImpl/Config/WSConfigClass.php
@@ -25,7 +25,7 @@ class WSConfigClass | @@ -25,7 +25,7 @@ class WSConfigClass | ||
25 | // TODO define during installation | 25 | // TODO define during installation |
26 | private static $WebUrl = "http://apus.irap.omp.eu/NEWAMDA/data/"; | 26 | private static $WebUrl = "http://apus.irap.omp.eu/NEWAMDA/data/"; |
27 | 27 | ||
28 | - private static $dataSetInfoDir = "DataSetInfo"; | 28 | + private static $dataSetInfoDir = "LocalData/DataSetInfo"; |
29 | 29 | ||
30 | public static function getUrl() | 30 | public static function getUrl() |
31 | { | 31 | { |
@@ -49,7 +49,7 @@ class WSConfigClass | @@ -49,7 +49,7 @@ class WSConfigClass | ||
49 | 49 | ||
50 | public static function getXslDir() | 50 | public static function getXslDir() |
51 | { | 51 | { |
52 | - return IHM_SRC_DIR."php/WebServices/".self::$xslDir; | 52 | + return IHM_SRC_DIR."/php/WebServices/".self::$xslDir; |
53 | } | 53 | } |
54 | 54 | ||
55 | public static function getOrbitsXml() | 55 | public static function getOrbitsXml() |