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.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/process/pkg_class.html b/httemplate/edit/process/pkg_class.html
index 183da805c..b196df3f7 100644
--- a/httemplate/edit/process/pkg_class.html
+++ b/httemplate/edit/process/pkg_class.html
@@ -3,3 +3,9 @@
'viewall_dir' => 'browse',
)
%>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+
+</%init>