summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/ftp_target.html
blob: 35f56c490860578e58bfe2e1cfbdfc85beb876e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<& elements/process.html,
           'table'            => 'ftp_target',
           'viewall_dir'      => 'browse',
           'agent_null'       => 1,
&>
<%init>
my $curuser = $FS::CurrentUser::CurrentUser;

die "access denied"
  unless $curuser->access_right('Configuration');

</%init>