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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/report2.php b/frontends/php/report2.php
index e2e17724..84a20159 100644
--- a/frontends/php/report2.php
+++ b/frontends/php/report2.php
@@ -26,7 +26,7 @@
?>
<?php
- if(!check_right("Host","R",0))
+ if(!check_anyright("Host","R"))
{
show_table_header("<font color=\"AA0000\">No permissions !</font>");
show_footer();