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, 2 insertions, 2 deletions
diff --git a/frontends/php/report2.php b/frontends/php/report2.php
index 67d61a18..8bedc6c0 100644
--- a/frontends/php/report2.php
+++ b/frontends/php/report2.php
@@ -29,7 +29,7 @@
if(!check_anyright("Host","R"))
{
show_table_header("<font color=\"AA0000\">".S_NO_PERMISSIONS."</font>");
- show_footer();
+ show_page_footer();
exit;
}
?>
@@ -155,5 +155,5 @@
<?php
- show_footer();
+ show_page_footer();
?>