mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
Remove remaining live references to observium.org
This commit is contained in:
@@ -16,7 +16,7 @@ foreach (dbFetch("SELECT COUNT(*) AS count,os from devices group by `os`") as $d
|
||||
|
||||
$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'];
|
||||
#$url = "http://www.observium.org/latest.php?i=".$stats['ports']."&d=".$stats['devices']."&stats=".$stat_serial."&v=".$config['version'];
|
||||
#$dataHandle = fopen($url, r);
|
||||
|
||||
if ($dataHandle)
|
||||
|
||||
Reference in New Issue
Block a user