Adjust code to Best Practice

- More adjustments. Done after the big cleanup PR
I’ve gone through discovery and polling folders.
This commit is contained in:
Rosiak
2015-07-15 13:11:40 +02:00
parent 61b14557ce
commit bceb6e1dfa
8 changed files with 0 additions and 14 deletions
-1
View File
@@ -9,4 +9,3 @@ if (!$os){
$os = "fiberhome";
}
}
?>
-2
View File
@@ -55,5 +55,3 @@ if (isset($config['modules_compat']['rfc1628'][$device['os']]) && $config['modul
discover_sensor($valid['sensor'], 'power', $device, $current_oid, $index, $type, $descr, '1', '1', NULL, NULL, NULL, NULL, $current);
}
}
?>