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.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontends/php/sysmap.php b/frontends/php/sysmap.php
index 3f653e04..a9ee2026 100644
--- a/frontends/php/sysmap.php
+++ b/frontends/php/sysmap.php
@@ -6,6 +6,15 @@
?>
<?
+ if(!check_right("Network map","U",$HTTP_GET_VARS["sysmapid"]))
+ {
+ show_table_header("<font color=\"AA0000\">No permissions !</font>");
+ show_footer();
+ exit;
+ }
+?>
+
+<?
show_table_header("CONFIGURATION OF NETWORK MAP");
echo "<br>";
?>