blob: a67d7792a9efd3121af70e3c5725ffe825642538 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<& elements/process.html,
'table' => 'conferencing_type',
'viewall_dir' => 'browse',
&>
<%init>
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
</%init>
|