summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/pkg_class.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/process/pkg_class.html')
-rw-r--r--httemplate/edit/process/pkg_class.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/edit/process/pkg_class.html b/httemplate/edit/process/pkg_class.html
new file mode 100644
index 0000000..b196df3
--- /dev/null
+++ b/httemplate/edit/process/pkg_class.html
@@ -0,0 +1,11 @@
+<% include( 'elements/process.html',
+ 'table' => 'pkg_class',
+ 'viewall_dir' => 'browse',
+ )
+%>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+
+</%init>