default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / httemplate / edit / process / circuit_provider.html
1 <& elements/process.html,
2   'table'         => 'circuit_provider',
3   'viewall_dir'   => 'browse',
4   'popup_reload'  => 'Updating',
5 &>
6 <%init>
7
8 die "access denied"
9   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
10
11 </%init>