summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmaps.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/sysmaps.php')
-rw-r--r--frontends/php/sysmaps.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/sysmaps.php b/frontends/php/sysmaps.php
index 6fc94385..e670a74f 100644
--- a/frontends/php/sysmaps.php
+++ b/frontends/php/sysmaps.php
@@ -30,7 +30,7 @@
if(!check_anyright("Network map","U"))
{
show_table_header("<font color=\"AA0000\">No permissions !</font>");
- show_footer();
+ show_page_footer();
exit;
}
update_profile("web.menu.config.last",$page["file"]);
@@ -214,5 +214,5 @@
?>
<?php
- show_footer();
+ show_page_footer();
?>