summaryrefslogtreecommitdiffstats
path: root/frontends/php/graph.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/graph.php')
-rw-r--r--frontends/php/graph.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/graph.php b/frontends/php/graph.php
index 5d1b85e4..2a31526b 100644
--- a/frontends/php/graph.php
+++ b/frontends/php/graph.php
@@ -33,7 +33,7 @@
if(!check_right("Graph","R",$_REQUEST["graphid"]))
{
show_table_header("<font color=\"AA0000\">".S_NO_PERMISSIONS."</font>");
- show_footer();
+ show_page_footer();
exit;
}
?>
@@ -248,5 +248,5 @@
show_table2_header_end();
?>
<?php
- show_footer();
+ show_page_footer();
?>