Skip to content

Commit

Permalink
prevent 'ET phone home'
Browse files Browse the repository at this point in the history
for now, simply commenting out the $dataHandle variable will prevent LibreNMS from sending stats.
  • Loading branch information
Tyler Christiansen committed Oct 29, 2013
1 parent f4ed4eb commit 4b1d536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/versioncheck.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$stat_serial = base64_encode(serialize($stats));

$url = "http://www.observium.org/latest.php?i=".$stats['ports']."&d=".$stats['devices']."&stats=".$stat_serial."&v=".$config['version'];
$dataHandle = fopen($url, r);
#$dataHandle = fopen($url, r);

if ($dataHandle)
{
Expand Down

0 comments on commit 4b1d536

Please sign in to comment.