summaryrefslogtreecommitdiff
path: root/httemplate/edit/router.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2008-09-03 19:08:29 +0000
committerjeff <jeff>2008-09-03 19:08:29 +0000
commit3e2c08dba947ea254c60cbd621776c0f5dddb2e8 (patch)
treeaf0f7a0dfeacbefe351964d3e97c66c04eca58ec /httemplate/edit/router.cgi
parent1ce2d49c8b5af031066e8dbf4837cf220eb03269 (diff)
new access right names
Diffstat (limited to 'httemplate/edit/router.cgi')
-rwxr-xr-xhttemplate/edit/router.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/router.cgi b/httemplate/edit/router.cgi
index 180dcb7a7..19e63b3e8 100755
--- a/httemplate/edit/router.cgi
+++ b/httemplate/edit/router.cgi
@@ -21,8 +21,8 @@
my $curuser = $FS::CurrentUser::CurrentUser;
die "access denied"
- unless $curuser->access_right('Engineering configuration')
- || $curuser->access_right('Engineering global configuration');
+ unless $curuser->access_right('Broadband configuration')
+ || $curuser->access_right('Broadband global configuration');
my $callback = sub {
my ($cgi, $object, $fields) = (shift, shift, shift);