diff options
| author | jeff <jeff> | 2008-09-03 19:08:29 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2008-09-03 19:08:29 +0000 |
| commit | 3e2c08dba947ea254c60cbd621776c0f5dddb2e8 (patch) | |
| tree | af0f7a0dfeacbefe351964d3e97c66c04eca58ec /httemplate/edit/process/addr_block/deallocate.cgi | |
| parent | 1ce2d49c8b5af031066e8dbf4837cf220eb03269 (diff) | |
new access right names
Diffstat (limited to 'httemplate/edit/process/addr_block/deallocate.cgi')
| -rwxr-xr-x | httemplate/edit/process/addr_block/deallocate.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/edit/process/addr_block/deallocate.cgi b/httemplate/edit/process/addr_block/deallocate.cgi index 91184b33e..128824ec7 100755 --- a/httemplate/edit/process/addr_block/deallocate.cgi +++ b/httemplate/edit/process/addr_block/deallocate.cgi @@ -5,7 +5,7 @@ 'redirect' => popurl(4). 'browse/addr_block.cgi?', 'error_redirect' => popurl(4). 'browse/addr_block.cgi?', 'agent_virt' => 1, - 'agent_null_right' => 'Engineering global configuration', + 'agent_null_right' => 'Broadband global configuration', ) %> <%init> @@ -13,8 +13,8 @@ my $conf = new FS::Conf; 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'); $cgi->param('routernum', 0); # just to be explicit about what we are doing </%init> |
