Skip to content
Snippets Groups Projects
Commit cd12a5af authored by hahn's avatar hahn
Browse files

rename json (TODO: configure it ore remove)

parent 40edd02e
No related branches found
No related tags found
1 merge request!195534 add docker
...@@ -206,7 +206,7 @@ function getTopArea() { ...@@ -206,7 +206,7 @@ function getTopArea() {
$sMyPhase = "[phase]"; $sMyPhase = "[phase]";
$sMyRev = " [no rev] "; $sMyRev = " [no rev] ";
// bug#1511 json file was moved 1 level up // bug#1511 json file was moved 1 level up
$sJsonfile = __DIR__ . "/../../ci-webgui.json"; $sJsonfile = __DIR__ . "/../../ciserver.json";
if (file_exists($sJsonfile)) { if (file_exists($sJsonfile)) {
$aJson = json_decode(file_get_contents($sJsonfile), true); $aJson = json_decode(file_get_contents($sJsonfile), true);
if (array_key_exists("date", $aJson)) if (array_key_exists("date", $aJson))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment