summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/radius_group.html
blob: 706813f2a2a341237817aebc62dc66aca88c7853 (plain)
1
2
3
4
5
6
7
8
9
10
<& elements/process.html,
               'table'       => 'radius_group',
               'viewall_dir' => 'browse',
&>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');

</%init>