Skip to content

Commit

Permalink
Merge pull request #157 from pihome-shc/master
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
twa127 authored Aug 4, 2020
2 parents 84594f7 + 2517820 commit 136f439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cron/boiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,7 @@ function scanArrayRecursively($arr, $index) {
$url="http://www.pihome.eu/piconnect/callhome.php?ip=${external_ip}&serial=${uid}&cpu_model=${cpu_model}&hardware=${hardware}&revision=${revision}&ph_version=${ph_version}&ph_build=${ph_build}";
//echo $url."\n";
$result = url_get_contents($url);
$result = file_get_contents($url);
echo "\033[36m".date('Y-m-d H:i:s'). "\033[0m - PiHome Says: ".$result."\n";
echo "---------------------------------------------------------------------------------------- \n";
}
Expand Down

0 comments on commit 136f439

Please sign in to comment.