mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3117 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -19,7 +19,6 @@ $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);
|
||||
|
||||
|
||||
if ($dataHandle)
|
||||
{
|
||||
while (!feof($dataHandle))
|
||||
@@ -44,7 +43,7 @@ if ($dataHandle)
|
||||
{
|
||||
echo("Current Revision : $cur_revision\n");
|
||||
|
||||
if ($omnipotence > $cur_revision)
|
||||
if ($omnipotence > $cur_revision)
|
||||
{
|
||||
echo("New Revision : $omnipotence\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user