summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmap.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/sysmap.php')
-rw-r--r--frontends/php/sysmap.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/sysmap.php b/frontends/php/sysmap.php
index bb2b4eed..42309e43 100644
--- a/frontends/php/sysmap.php
+++ b/frontends/php/sysmap.php
@@ -29,7 +29,7 @@
if(!check_right("Network map","U",$_REQUEST["sysmapid"]))
{
show_table_header("<font color=\"AA0000\">No permissions !</font>");
- show_footer();
+ show_page_footer();
exit;
}
?>
@@ -427,5 +427,5 @@
?>
<?php
- show_footer();
+ show_page_footer();
?>