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