diff --git a/html/images/os/epson.png b/html/images/os/epson.png new file mode 100644 index 000000000..746fdc051 Binary files /dev/null and b/html/images/os/epson.png differ diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index edebda817..20215f7d5 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -1,16 +1,16 @@ \ No newline at end of file diff --git a/includes/polling/bgp-peers.inc.php b/includes/polling/bgp-peers.inc.php index 6586726fb..24e4685c8 100755 --- a/includes/polling/bgp-peers.inc.php +++ b/includes/polling/bgp-peers.inc.php @@ -2,21 +2,15 @@ ## We should walk, so we can discover here too. -echo("Polling BGP peers\n"); - global $debug; -if (!$config['enable_bgp']) -{ - echo("BGP Support Disabled\n"); -} -else +if ($config['enable_bgp']) { foreach (dbFetchRows("SELECT * FROM bgpPeers WHERE device_id = ?", array($device['device_id'])) as $peer) { ### Poll BGP Peer - echo("Checking ".$peer['bgpPeerIdentifier']." "); + echo("Checking BGP peer ".$peer['bgpPeerIdentifier']." "); if (!strstr($peer['bgpPeerIdentifier'],':')) { diff --git a/includes/polling/wifi.inc.php b/includes/polling/wifi.inc.php index 3e9da04a5..87e051873 100644 --- a/includes/polling/wifi.inc.php +++ b/includes/polling/wifi.inc.php @@ -1,9 +1,9 @@