Browse Source

fix links

Jan Behrens 4 years ago
parent
commit
4c34df3344
2 changed files with 2 additions and 2 deletions
  1. 1 1
      SDS_status_main.php
  2. 1 1
      poll_HV_data.php

+ 1 - 1
SDS_status_main.php

@@ -1158,7 +1158,7 @@ if ($PSmode != 5)
 */
 	$color = "#000000";
 	// ########## STS ##########
-	placeTextWithWebsiteLink(360, 5, "←STS", 60, 5, $color, "Link to STS Status Overview", "https://sts-status.kaas.kit.edu/");
+	placeTextWithWebsiteLink(360, 5, "←STS", 60, 5, $color, "Link to STS Status Overview", "https://status-sts.kaas.kit.edu/");
 
 	// ########## WebTrium Link ##########
 	placeTextWithWebsiteLink(-130, 1250, "→ WebTrium", 155, 4, $color, "Link to WebTrium Overview", "https://webtrium.mpp.mpg.de");

+ 1 - 1
poll_HV_data.php

@@ -56,7 +56,7 @@ do {
       
       
       // new adei-katrin.kaas.kit.edu added and optimized readout parameters
-      $fileip = file_get_contents("http://adei-katrin.kaas.kit.edu/adei/services/getdata.php?db_server=virtual&db_name=srctree&db_group=-3&control_group=-3&virtual=srctree&srctree=" . $adeiChannels . "&rt=full&window=400&format=csv", false, $context);
+      $fileip = file_get_contents("https://adei-katrin.kaas.kit.edu/adei/services/getdata.php?db_server=virtual&db_name=srctree&db_group=-3&control_group=-3&virtual=srctree&srctree=" . $adeiChannels . "&rt=full&window=400&format=csv", false, $context);
       sleep(1);
       
       //echo $fileip.PHP_EOL;