diff options
Diffstat (limited to 'httemplate/edit/process/addr_block/deallocate.cgi')
-rwxr-xr-x | httemplate/edit/process/addr_block/deallocate.cgi | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/httemplate/edit/process/addr_block/deallocate.cgi b/httemplate/edit/process/addr_block/deallocate.cgi deleted file mode 100755 index 128824ec7..000000000 --- a/httemplate/edit/process/addr_block/deallocate.cgi +++ /dev/null @@ -1,20 +0,0 @@ -<% include( '../elements/process.html', - 'table' => 'addr_block', - 'copy_on_empty' => [ grep { $_ ne 'routernum' } - fields 'addr_block' ], - 'redirect' => popurl(4). 'browse/addr_block.cgi?', - 'error_redirect' => popurl(4). 'browse/addr_block.cgi?', - 'agent_virt' => 1, - 'agent_null_right' => 'Broadband global configuration', - ) -%> -<%init> - -my $conf = new FS::Conf; -my $curuser = $FS::CurrentUser::CurrentUser; -die "access denied" - 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> |