mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Remove remaining live references to observium.org
This commit is contained in:
@@ -99,6 +99,7 @@ if (isset($_SERVER["SERVER_NAME"]) && isset($_SERVER["SERVER_PORT"]))
|
||||
}
|
||||
|
||||
$config['project_name'] = "LibreNMS";
|
||||
$config['project_url'] = "https://github.com/librenms/";
|
||||
$config['title_image'] = "";
|
||||
$config['stylesheet'] = "css/styles.css";
|
||||
$config['mono_font'] = "DejaVuSansMono";
|
||||
|
||||
@@ -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