summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/nms-add_iface.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/process/nms-add_iface.html')
-rw-r--r--httemplate/misc/process/nms-add_iface.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/misc/process/nms-add_iface.html b/httemplate/misc/process/nms-add_iface.html
index 0d37ea233..5f51e5ce1 100644
--- a/httemplate/misc/process/nms-add_iface.html
+++ b/httemplate/misc/process/nms-add_iface.html
@@ -5,7 +5,8 @@
</BODY></HTML>
<%init>
-# XXX: access rights
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Configure network monitoring');
my $host = $cgi->param('host');
die 'invalid host' unless $host =~ /^[0-9.a-zA-Z\-]+$/;