summaryrefslogtreecommitdiffstats
path: root/frontends/php/report3.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/report3.php')
-rw-r--r--frontends/php/report3.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/report3.php b/frontends/php/report3.php
index 0d787beb..5290d4d7 100644
--- a/frontends/php/report3.php
+++ b/frontends/php/report3.php
@@ -29,7 +29,7 @@
// if(!check_right("Host","R",0))
// {
// show_table_header("<font color=\"AA0000\">No permissions !</font>");
-// show_footer();
+// show_page_footer();
// exit;
// }
?>
@@ -38,7 +38,7 @@
if(!isset($_REQUEST["serviceid"]))
{
show_table_header("<font color=\"AA0000\">Undefined serviceid !</font>");
- show_footer();
+ show_page_footer();
exit;
}
$service=get_service_by_serviceid($_REQUEST["serviceid"]);
@@ -283,5 +283,5 @@
}
$table->show();
- show_footer();
+ show_page_footer();
?>