mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix some scrutinizer coding style issues
This commit is contained in:
@@ -17,7 +17,7 @@ if ($handle = opendir($rrddir)) {
|
||||
}
|
||||
}
|
||||
|
||||
if (isset($total) && $total == true) {
|
||||
if (isset($total) && $total === true) {
|
||||
$graphs = array(
|
||||
'shoutcast_multi_bits' => 'Traffic Statistics - Total of all Shoutcast servers',
|
||||
'shoutcast_multi_stats' => 'Shoutcast Statistics - Total of all Shoutcast servers',
|
||||
|
||||
Reference in New Issue
Block a user