diff options
Diffstat (limited to 'frontends/php/queue.php')
| -rw-r--r-- | frontends/php/queue.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/frontends/php/queue.php b/frontends/php/queue.php index 541a00bc..e2211bde 100644 --- a/frontends/php/queue.php +++ b/frontends/php/queue.php @@ -79,10 +79,6 @@ include_once "include/page_header.php"; while($row=DBfetch($result)) { - if(!check_right("Host","R",$row["hostid"])) - { - continue; - } if($now-$row["nextcheck"]<=5) $sec_5[$row["type"]]++; elseif($now-$row["nextcheck"]<=10) $sec_10[$row["type"]]++; elseif($now-$row["nextcheck"]<=30) $sec_30[$row["type"]]++; |
