summaryrefslogtreecommitdiffstats
path: root/frontends/php/maps.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/maps.php')
-rw-r--r--frontends/php/maps.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/maps.php b/frontends/php/maps.php
index 372f65cb..af0a03ca 100644
--- a/frontends/php/maps.php
+++ b/frontends/php/maps.php
@@ -42,7 +42,7 @@
if(isset($_REQUEST["sysmapid"])&&!check_right("Network map","R",$_REQUEST["sysmapid"]))
{
show_table_header("<font color=\"AA0000\">".S_NO_PERMISSIONS."</font>");
- show_footer();
+ show_page_footer();
exit;
}
?>
@@ -128,5 +128,5 @@
?>
<?php
- show_footer();
+ show_page_footer();
?>