Forráskód Böngészése

updated automatic kdb check

koellenberger 1 éve
szülő
commit
0dba38d2b0
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      public/checklist.php

+ 1 - 1
public/checklist.php

@@ -38,7 +38,7 @@
         $Day   = $datetime->format('d')-1;
         $Month = $datetime->format('m');
 
-        $url = "http://katrin:tritium.Meitner$2021@kdb.kaas.kit.edu/kdb-api.fcgi/json?run&system=fpd&from=".$Year."-".$Month."-".$Day;
+        $url = "http://katrin:tritium.Otten@2022@kdb.kaas.kit.edu/kdb-api.fcgi/json?run&system=fpd&from=".$Year."-".$Month."-".$Day;
         //call api
         $jsonData = file_get_contents($url);
         $json = array_values(json_decode($jsonData, true));