summaryrefslogtreecommitdiffstats
path: root/frontends/php/report2.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/report2.php')
-rw-r--r--frontends/php/report2.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/php/report2.php b/frontends/php/report2.php
index a27a5970..e7519084 100644
--- a/frontends/php/report2.php
+++ b/frontends/php/report2.php
@@ -32,6 +32,10 @@
$col=0;
while($row=DBfetch($result))
{
+ if(!check_right_on_trigger("R",$row["triggerid"]))
+ {
+ continue;
+ }
if($lasthost!=$row["host"])
{
if($lasthost!="")