mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3117 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -139,7 +139,7 @@ function poll_device($device, $options)
|
||||
|
||||
if ($options['m'])
|
||||
{
|
||||
foreach(explode(",", $options['m']) as $module)
|
||||
foreach (explode(",", $options['m']) as $module)
|
||||
{
|
||||
if (is_file("includes/polling/".$module.".inc.php"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user