Remove remaining live references to observium.org

This commit is contained in:
Paul Gear
2013-10-29 21:06:32 +10:00
parent 4b1d536501
commit a33db38f02
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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)