Browse Source

updated 2020 password

Thomas Thümmler 4 years ago
parent
commit
10663fc955
1 changed files with 1 additions and 1 deletions
  1. 1 1
      poll_HV_data.php

+ 1 - 1
poll_HV_data.php

@@ -15,7 +15,7 @@ $adeiChannel = array(
 //include "ADEI_HV_readings.php";
 
 $username = 'katrin';
-$password = 'adei.F3rmi!2019';
+$password = 'katrin.Pauli%2020';
 $context = stream_context_create(array(
 		'http' => array(
 			'header'  => "Authorization: Basic " . base64_encode("$username:$password"), "Connection: close\r\n"