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.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontends/php/sysmaps.php b/frontends/php/sysmaps.php
index 23a28fea..59b21e4d 100644
--- a/frontends/php/sysmaps.php
+++ b/frontends/php/sysmaps.php
@@ -6,6 +6,15 @@
?>
<?
+ if(!check_right("Network map","U",0))
+ {
+ show_table_header("<font color=\"AA0000\">No permissions !</font>");
+ show_footer();
+ exit;
+ }
+?>
+
+<?
if(isset($register))
{
if($register=="add")