mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Fix coding style part 2
This commit is contained in:
@@ -54,8 +54,7 @@ if ($device['os'] == 'sentry3') {
|
||||
echo 'ServerTech Sentry Outlet ';
|
||||
}
|
||||
|
||||
foreach (explode("\n", $outlet_oids) as $outlet_data)
|
||||
{
|
||||
foreach (explode("\n", $outlet_oids) as $outlet_data) {
|
||||
$outlet_data = trim($outlet_data);
|
||||
if ($outlet_data) {
|
||||
list($outlet_oid,$outlet_descr) = explode(' ', $outlet_data, 2);
|
||||
|
||||
Reference in New Issue
Block a user