diff options
author | levinse <levinse> | 2011-05-15 15:44:09 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-15 15:44:09 +0000 |
commit | e39f81dae87d882c0ea4f6f1918fa9cae6d2fc61 (patch) | |
tree | 21bc512c1c89e255a5f1c68ef8fb2916fa603883 /httemplate/edit/torrus_srvderive.html | |
parent | b412c2545d8862278343adc1ef17cc297e11ad6d (diff) |
torrus access rights, RT10574
Diffstat (limited to 'httemplate/edit/torrus_srvderive.html')
-rw-r--r-- | httemplate/edit/torrus_srvderive.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/torrus_srvderive.html b/httemplate/edit/torrus_srvderive.html index b6cdb1a81..63f465420 100644 --- a/httemplate/edit/torrus_srvderive.html +++ b/httemplate/edit/torrus_srvderive.html @@ -14,7 +14,7 @@ <%init> die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + unless $FS::CurrentUser::CurrentUser->access_right('Configure network monitoring'); my $html_bottom_sub = sub { my $torrus_srvderive = shift; |