diff --git a/includes/polling/os/allied.inc.php b/includes/polling/os/allied.inc.php index ac623d573..ec175d7a1 100644 --- a/includes/polling/os/allied.inc.php +++ b/includes/polling/os/allied.inc.php @@ -47,6 +47,6 @@ $version = str_replace("\"","", $version); $features = str_replace("\"","", $features); $hardware = str_replace("\"","", $hardware); -include("hr-mib.inc.php"); +include("includes/polling/hr-mib.inc.php"); ?> diff --git a/includes/polling/os/extremeware.inc.php b/includes/polling/os/extremeware.inc.php index b10ceaaaa..e8f393f61 100644 --- a/includes/polling/os/extremeware.inc.php +++ b/includes/polling/os/extremeware.inc.php @@ -42,6 +42,6 @@ $features = str_replace("\"","", $features); $hardware = str_replace("\"","", $hardware); -include("hr-mib.inc.php"); +include("includes/polling/hr-mib.inc.php"); ?> diff --git a/includes/polling/os/routeros.inc.php b/includes/polling/os/routeros.inc.php index 91f24697c..f19d297a3 100644 --- a/includes/polling/os/routeros.inc.php +++ b/includes/polling/os/routeros.inc.php @@ -1,6 +1,6 @@