summaryrefslogtreecommitdiffstats
path: root/frontends/php/graphs.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/graphs.php')
-rw-r--r--frontends/php/graphs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/graphs.php b/frontends/php/graphs.php
index f5ffa60c..fe943347 100644
--- a/frontends/php/graphs.php
+++ b/frontends/php/graphs.php
@@ -33,7 +33,7 @@
if(!check_anyright("Graph","U"))
{
show_table_header("<font color=\"AA0000\">".S_NO_PERMISSIONS."</font>");
- show_footer();
+ show_page_footer();
exit;
}
$_REQUEST["hostid"]=@iif(isset($_REQUEST["hostid"]),$_REQUEST["hostid"],get_profile("web.latest.hostid",0));
@@ -197,5 +197,5 @@
?>
<?php
- show_footer();
+ show_page_footer();
?>