summaryrefslogtreecommitdiff
path: root/httemplate/edit/router.cgi
diff options
context:
space:
mode:
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);